__VSHPROPID3 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds members to the __VSHPROPID enumeration that defines property identifiers for different aspects of the Visual Studio environment.
public enum class __VSHPROPID3
public enum class __VSHPROPID3
enum __VSHPROPID3
public enum __VSHPROPID3
type __VSHPROPID3 =
Public Enum __VSHPROPID3
- Inheritance
-
__VSHPROPID3
Fields
Name | Value | Description |
---|---|---|
VSHPROPID_FIRST3 | -2101 | The first ID. |
VSHPROPID_IsDefaultNamespaceRefactorNotify | -2101 | VT_BOOL. Set to TRUE if a default namespace call to IVsRefactorNotify is currently occurring, or FALSE otherwise. |
VSHPROPID_RefactorExtensions | -2100 | 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_ProductBrandName | -2099 | VT_BSTR. Replace the application name with hierarchy branding in the main window title. |
VSHPROPID_SupportsLinqOverDataSet | -2098 | BOOL set to TRUE to enable the Linq Over DataSet. |
VSHPROPID_SupportsNTierDesigner | -2097 | BOOL set this to TRUE to enable the N-Tier designer. |
VSHPROPID_SupportsHierarchicalUpdate | -2096 | BOOL set to TRUE to enable hierarchical update. |
VSHPROPID_ServiceReferenceSupported | -2095 | VT_BOOL Project support for service references. |
VSHPROPID_WebReferenceSupported | -2094 | VT_BOOL the project support for web references. |
VSHPROPID_TargetFrameworkVersion | -2093 | Deprecated. Use VSHPROPID_TargetFrameworkMoniker instead. |