__VSHPROPID3 Enumeration

Adds members to __VSHPROPID enumeration, specifying property identifies for window, document, and tool window frames.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

‘선언
Public Enumeration __VSHPROPID3
‘사용 방법
Dim instance As __VSHPROPID3
public enum __VSHPROPID3
public enum class __VSHPROPID3
type __VSHPROPID3
public enum __VSHPROPID3

Members

Member name Description
VSHPROPID_TargetFrameworkVersion UI4 Target Framework version. High word is major version, Low word is minor version.
VSHPROPID_WebReferenceSupported VT_BOOL the project support for web references.
VSHPROPID_ServiceReferenceSupported VT_BOOL Project support for service references.
VSHPROPID_SupportsHierarchicalUpdate BOOL set to TRUE to enable hierarchical update.
VSHPROPID_SupportsNTierDesigner BOOL set this to TRUE to enable the N-Tier designer.
VSHPROPID_SupportsLinqOverDataSet BOOL set to TRUE to enable the Linq Over DataSet.
VSHPROPID_ProductBrandName
VSHPROPID_RefactorExtensions
VSHPROPID_IsDefaultNamespaceRefactorNotify
VSHPROPID_FIRST3 The first ID.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace