__VSADDVPFLAGS Enumeration
Determines whether to add a new virtual project to the Project window.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
<FlagsAttribute> _
Public Enumeration __VSADDVPFLAGS
'Utilisation
Dim instance As __VSADDVPFLAGS
[FlagsAttribute]
public enum __VSADDVPFLAGS
[FlagsAttribute]
public enum class __VSADDVPFLAGS
public enum __VSADDVPFLAGS
Members
Member name | Description | |
---|---|---|
ADDVP_AddToProjectWindow | Add the virtual project to the Solution Explorer window hierarchy. | |
ADDVP_ExcludeFromBuild | Exclude the virtual project from the build. | |
ADDVP_ExcludeFromDebugLaunch | Exclude the virtual project from debugging. | |
ADDVP_ExcludeFromDeploy | Exclude the virtual project from deployment of the project. | |
ADDVP_ExcludeFromSCC | Exclude items within the virtual project from source code control. | |
ADDVP_ExcludeFromEnumOutputs | Exclude the virtual project from enumeration output groups. | |
ADDVP_ExcludeFromCfgUI | Exclude the virtual project from the configuration UI. |
Remarks
COM Signature
From vsshell.idl: