__VSREMOVEVPFLAGS Enumeration
Provides options for removing a virtual project from the solution.
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 __VSREMOVEVPFLAGS
[FlagsAttribute]
public enum __VSREMOVEVPFLAGS
[FlagsAttribute]
public enum class __VSREMOVEVPFLAGS
[<FlagsAttribute>]
type __VSREMOVEVPFLAGS
public enum __VSREMOVEVPFLAGS
Members
Member name | Description | |
---|---|---|
REMOVEVP_DontCloseHierarchy | Upon removing a virtual project from the solution, leave the hierarchy open. | |
REMOVEVP_DontSaveHierarchy | Upon removing a virtual project from the solution, do not attempt to save the hierarchy. |
Remarks
COM Signature
From vsshell.idl: