VSADDFILEFLAGS Enum

Definition

public enum class VSADDFILEFLAGS
public enum class VSADDFILEFLAGS
enum VSADDFILEFLAGS
[System.Flags]
public enum VSADDFILEFLAGS
[<System.Flags>]
type VSADDFILEFLAGS = 
Public Enum VSADDFILEFLAGS
Inheritance
VSADDFILEFLAGS
Attributes

Fields

VSADDFILEFLAGS_AddToSourceControlDoneExternally 1

Flag is unused.

VSADDFILEFLAGS_IsNestedProjectFile 4

Nested project (file), that is, the file located at the root node of a nested project.

VSADDFILEFLAGS_IsSpecialFile 2

Special file, that is, an invisible file associated with another file in the project.

VSADDFILEFLAGS_NoFlags 0

No flags associated with the file.

Remarks

COM Signature

From IVsTrackProjectDocumentsEvents2.idl:

Applies to