Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_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. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl: