VSREMOVEFILEFLAGS Enumeration
Visual Studio 2015
Flags used in OnAfterRemoveFiles.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSREMOVEFILEFLAGS_IsDirectoryBased | Deprecated. Do not use | |
| VSREMOVEFILEFLAGS_IsNestedProjectFile | Nested project (file), that is the file located at the root node of a nested project. | |
| VSREMOVEFILEFLAGS_IsSpecialFile | Special file, that is, an invisible file associated with another file in the project. | |
| VSREMOVEFILEFLAGS_NoFlags | No flags associated with the file. | |
| VSREMOVEFILEFLAGS_RemoveFromSourceControlDoneExternally | Flag is unused. |
From IVsTrackProjectDocumentEvents2.idl:
Show: