VsRemoveDirectoryFlags 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.
VSREMOVEDIRECTORYFLAGS, VSREMOVEDIRECTORYFLAGS2
This enumeration supports a bitwise combination of its member values.
public enum class VsRemoveDirectoryFlags
public enum class VsRemoveDirectoryFlags
enum VsRemoveDirectoryFlags
[System.Flags]
public enum VsRemoveDirectoryFlags
[<System.Flags>]
type VsRemoveDirectoryFlags =
Public Enum VsRemoveDirectoryFlags
- Inheritance
-
VsRemoveDirectoryFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
NoFlags | 0 | Specifies that no flags exist. |
IsDirectoryBased | 1 | Deprecated. Do not use. |
RemoveFromSourceControlDoneExternally | 2 | Indicates that the directory has already been removed from source control. |
IsRemovedFromProjectOnly | 4 | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the directory is just removed from project, but still exists on disk. |