__VSREMOVEDIRECTORYFLAGS2 Enumeration
Specifies the flags used by OnAfterRemoveDirectoriesEx.
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.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSREMOVEDIRECTORYFLAGS2
[FlagsAttribute]
public enum __VSREMOVEDIRECTORYFLAGS2
[FlagsAttribute]
public enum class __VSREMOVEDIRECTORYFLAGS2
[<FlagsAttribute>]
type __VSREMOVEDIRECTORYFLAGS2
public enum __VSREMOVEDIRECTORYFLAGS2
Members
Member name | Description | |
---|---|---|
VSREMOVEDIRECTORYFLAGS_IsRemovedFromProjectOnly | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the directory is removed from the project, but still exists on disk. |