Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<FlagsAttribute> _
Public Enumeration __VSADDVPFLAGS
[FlagsAttribute]
public enum __VSADDVPFLAGS
[FlagsAttribute]
public enum class __VSADDVPFLAGS
[<FlagsAttribute>]
type __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_ExcludeFromCfgUI | Exclude the virtual project from the configuration UI. | |
| ADDVP_ExcludeFromDebugLaunch | Exclude the virtual project from debugging. | |
| ADDVP_ExcludeFromDeploy | Exclude the virtual project from deployment of the project. | |
| ADDVP_ExcludeFromEnumOutputs | Exclude the virtual project from enumeration output groups. | |
| ADDVP_ExcludeFromSCC | Exclude items within the virtual project from source code control. |