VSREMOVEFILEFLAGS Enumeration

 

Flags used in OnAfterRemoveFiles.

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

[FlagsAttribute]
public enum VSREMOVEFILEFLAGS

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

Return to top
Show: