VsQueryRemoveDirectoryFlags Enumeration
Specifies the flags associated with QueryRemoveDirectory.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
<FlagsAttribute> _
Public Enumeration VsQueryRemoveDirectoryFlags
[FlagsAttribute]
public enum VsQueryRemoveDirectoryFlags
Members
Member name | Description | |
---|---|---|
NoFlags | Specifies that no flags are set. | |
IsRemovedFromProjectOnly | This flag distinguishes two operations: "Remove From Project" VS. "Delete". If this flag is set, the directory is removed from the project, but still exists on disk. |