__VSREMOVEVPFLAGS Enum

Definition

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:

Applies to