VsRemoveDirectoryFlags Enumeration
Visual Studio 2015
Specifies the flags used by OnAfterRemoveDirectories.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| IsDirectoryBased | Deprecated. Do not use. | |
| IsRemovedFromProjectOnly | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the directory is just removed from project, but still exists on disk. | |
| NoFlags | Specifies that no flags exist. | |
| RemoveFromSourceControlDoneExternally | Indicates that the directory has already been removed from source control. |
Show: