VSADDFILEFLAGS Enumeration
Visual Studio 2015
Flags used in OnAfterAddFilesEx and OnAfterAddFilesEx.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSADDFILEFLAGS_AddToSourceControlDoneExternally | Flag is unused. | |
| VSADDFILEFLAGS_IsNestedProjectFile | Nested project (file), that is, the file located at the root node of a nested project. | |
| VSADDFILEFLAGS_IsSpecialFile | Special file, that is, an invisible file associated with another file in the project. | |
| VSADDFILEFLAGS_NoFlags | No flags associated with the file. |
From IVsTrackProjectDocumentsEvents2.idl:
Show: