VSADDFILEFLAGS Enumeration

 
Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum VSADDFILEFLAGS

Member nameDescription
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:

Return to top
Show: