__VSREMOVEVPFLAGS Enumeration

 

Provides options for removing a virtual project from the solution.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __VSREMOVEVPFLAGS

Member nameDescription
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.

From vsshell.idl:

Return to top
Show: