__VSHPROPID4 Enumeration
Adds members to the __VSHPROPID enumeration, specifying property identifies for window, document, and tool window frames.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Dichiarazione
Public Enumeration __VSHPROPID4
'Utilizzo
Dim instance As __VSHPROPID4
public enum __VSHPROPID4
public enum class __VSHPROPID4
type __VSHPROPID4
public enum __VSHPROPID4
Members
Member name | Description | |
---|---|---|
VSHPROPID_TargetFrameworkMoniker | VT_BSTR - The format for the target framework moniker is <Identifier>,Version=<ver>,Profile=<value>, e.g. '.NETFramework,Version=v3.5,Profile=Client', | |
VSHPROPID_ExternalItem | BOOL [optional] - This item is to be considered external to the solution. | |
VSHPROPID_SupportsAspNetIntegration | BOOL [optional] - set this to true in your project hierarchy if your web project supports being consumed by Silverlight. | |
VSHPROPID_DesignTimeDependencies | BSTR [optional] - a semicolon-separated list of projects required to support design time features (Intellisense, Form designers, etc.). If this property is not implemented, GetProperty(VSHPROPID_BuildDependencies) will be used instead. | |
VSHPROPID_BuildDependencies | BSTR [optional] - a semicolon separated list of projects required to build this project. If this property is not implemented, IVsDependencyProvider::EnumDependencies() will be used. | |
VSHPROPID_BuildAction | ||
VSHPROPID_DescriptiveName | ||
VSHPROPID_FIRST4 | The first ID. |