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 OnAfterRemoveFiles.
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 VSREMOVEFILEFLAGS
[FlagsAttribute]
public enum VSREMOVEFILEFLAGS
[FlagsAttribute]
public enum class VSREMOVEFILEFLAGS
[<FlagsAttribute>]
type VSREMOVEFILEFLAGS
public enum VSREMOVEFILEFLAGS
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
COM Signature
From IVsTrackProjectDocumentEvents2.idl: