Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags used in OnAfterAddFilesEx and OnAfterAddFilesEx.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VSADDFILEFLAGS
[FlagsAttribute]
public enum VSADDFILEFLAGS
[FlagsAttribute]
public enum class VSADDFILEFLAGS
[<FlagsAttribute>]
type VSADDFILEFLAGS
public enum VSADDFILEFLAGS
Members
Member name | Description | |
---|---|---|
VSADDFILEFLAGS_NoFlags | No flags associated with the file. | |
VSADDFILEFLAGS_AddToSourceControlDoneExternally | Flag is unused. | |
VSADDFILEFLAGS_IsSpecialFile | Special file, that is, an invisible file associated with another file in the project. | |
VSADDFILEFLAGS_IsNestedProjectFile | Nested project (file), that is, the file located at the root node of a nested project. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl: