VSADDFILEFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags used in OnAfterAddFilesEx(Int32, Int32, IVsProject[], Int32[], String[], VSADDFILEFLAGS[]) and OnAfterAddFilesEx(IVsProject, Int32, String[], VSADDFILEFLAGS[]).
This enumeration supports a bitwise combination of its member values.
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
Name | Value | Description |
---|---|---|
VSADDFILEFLAGS_NoFlags | 0 | No flags associated with the file. |
VSADDFILEFLAGS_AddToSourceControlDoneExternally | 1 | Flag is unused. |
VSADDFILEFLAGS_IsSpecialFile | 2 | Special file, that is, an invisible file associated with another file in the project. |
VSADDFILEFLAGS_IsNestedProjectFile | 4 | Nested project (file), that is, the file located at the root node of a nested project. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl: