VsRemoveFileFlags Enumeration
Visual Studio 2015
Specifies the flags used in OnAfterRemoveFiles.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| IsDirectoryBased | Deprecated. Do not use. | |
| IsNestedProjectFile | Nested project (file), that is the file located at the root node of a nested project. | |
| IsRemovedFromProjectOnly | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the file is removed from project, but still exists on disk. | |
| IsSpecialFile | Special file, that is, an invisible file associated with another file in the project. | |
| NoFlags | No flags associated with the file. | |
| RemoveFromSourceControlDoneExternally | Indicates the file has already been removed from source control. |
Show: