__VSHPROPID3 Enum

Definition

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

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_ProductBrandName -2099

VT_BSTR. Replace the application name with hierarchy branding in the main window title.

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_Extensions property contains the data from this registry value.

VSHPROPID_ServiceReferenceSupported -2095

VT_BOOL Project support for service references.

VSHPROPID_SupportsHierarchicalUpdate -2096

BOOL set to TRUE to enable hierarchical update.

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_TargetFrameworkVersion -2093

Deprecated. Use VSHPROPID_TargetFrameworkMoniker instead.

VSHPROPID_WebReferenceSupported -2094

VT_BOOL the project support for web references.

Applies to