__VSREMOVEVPFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides options for removing a virtual project from the solution.
This enumeration supports a bitwise combination of its member values.
public enum class __VSREMOVEVPFLAGS
public enum class __VSREMOVEVPFLAGS
enum __VSREMOVEVPFLAGS
[System.Flags]
public enum __VSREMOVEVPFLAGS
[<System.Flags>]
type __VSREMOVEVPFLAGS =
Public Enum __VSREMOVEVPFLAGS
- Inheritance
-
__VSREMOVEVPFLAGS
- Attributes
Fields
REMOVEVP_DontCloseHierarchy | 1 | Upon removing a virtual project from the solution, leave the hierarchy open. |
REMOVEVP_DontSaveHierarchy | 2 | Upon removing a virtual project from the solution, do not attempt to save the hierarchy. |
Remarks
COM Signature
From vsshell.idl: