Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds members to the __VSHPROPID enumeration that defines property identifiers for different aspects of the Visual Studio environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration __VSHPROPID3
public enum __VSHPROPID3
public enum class __VSHPROPID3
type __VSHPROPID3
public enum __VSHPROPID3
Members
| Member name | Description | |
|---|---|---|
| VSHPROPID_FIRST3 | The first ID. | |
| VSHPROPID_IsDefaultNamespaceRefactorNotify | VT_BOOL. Set to TRUE if a default namespace call to IVsRefactorNotify is currently occurring, or FALSE otherwise. | |
| VSHPROPID_ProductBrandName | VT_BSTR. Replace the application name with hierarchy branding in the main window title. | |
| VSHPROPID_RefactorExtensions | An array of service GUIDs that implement IVsRefactorNotify and for which this interface should be called for any refactoring operation in the project (only defined for VSITEMID_ROOT).Add to this property by creating registry values under the local registry root's Projects\<project type GUID>\FileExtensions\<file extension> key with name "RefactorNotify". Then if there is a file with this extension in the project, the VSHPROPID_Extensions property contains the data from this registry value. | |
| VSHPROPID_ServiceReferenceSupported | VT_BOOL Project support for service references. | |
| VSHPROPID_SupportsHierarchicalUpdate | BOOL set to TRUE to enable hierarchical update. | |
| VSHPROPID_SupportsLinqOverDataSet | BOOL set to TRUE to enable the Linq Over DataSet. | |
| VSHPROPID_SupportsNTierDesigner | BOOL set this to TRUE to enable the N-Tier designer. | |
| VSHPROPID_TargetFrameworkVersion | Deprecated. Use VSHPROPID_TargetFrameworkMoniker instead. | |
| VSHPROPID_WebReferenceSupported | VT_BOOL the project support for web references. |