Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the flags used in OnAfterRemoveFiles.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VsRemoveFileFlags
[FlagsAttribute]
public enum VsRemoveFileFlags
Members
| Member name | Description | |
|---|---|---|
| NoFlags | No flags associated with the file. | |
| IsDirectoryBased | Deprecated. Do not use. | |
| RemoveFromSourceControlDoneExternally | Indicates the file has already been removed from source control. | |
| IsSpecialFile | Special file, that is, an invisible file associated with another file in the project. | |
| IsNestedProjectFile | Nested project (file), that is the file located at the root node of a nested project. | |
| IsRemovedFromProjectOnly | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the file is removed from project, but still exists on disk. |