VsQueryRemoveDirectoryFlags Enumeration
Visual Studio 2015
Specifies the flags associated with QueryRemoveDirectory.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| NoFlags | Specifies that no flags are set. |
Show: