VsQueryRemoveDirectoryFlags 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.
VSQUERYREMOVEDIRECTORYFLAGS, VSQUERYREMOVEDIRECTORYFLAGS2
This enumeration supports a bitwise combination of its member values.
public enum class VsQueryRemoveDirectoryFlags
public enum class VsQueryRemoveDirectoryFlags
enum VsQueryRemoveDirectoryFlags
[System.Flags]
public enum VsQueryRemoveDirectoryFlags
[<System.Flags>]
type VsQueryRemoveDirectoryFlags =
Public Enum VsQueryRemoveDirectoryFlags
- Inheritance
-
VsQueryRemoveDirectoryFlags
- Attributes
Fields
IsRemovedFromProjectOnly | 1 | This flag distinguishes two operations: "Remove From Project" VS. "Delete". If this flag is set, the directory is removed from the project, but still exists on disk. |
NoFlags | 0 | Specifies that no flags are set. |