__VSQUERYREMOVEDIRECTORYFLAGS2 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.
Specifies the flags associated with OnQueryRemoveDirectoriesEx(IVsProject, Int32, String[], UInt32[], VSQUERYREMOVEDIRECTORYRESULTS[], VSQUERYREMOVEDIRECTORYRESULTS[]).
This enumeration supports a bitwise combination of its member values.
public enum class __VSQUERYREMOVEDIRECTORYFLAGS2
public enum class __VSQUERYREMOVEDIRECTORYFLAGS2
enum __VSQUERYREMOVEDIRECTORYFLAGS2
[System.Flags]
public enum __VSQUERYREMOVEDIRECTORYFLAGS2
[<System.Flags>]
type __VSQUERYREMOVEDIRECTORYFLAGS2 =
Public Enum __VSQUERYREMOVEDIRECTORYFLAGS2
- Inheritance
-
__VSQUERYREMOVEDIRECTORYFLAGS2
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSQUERYREMOVEDIRECTORYFLAGS_IsRemovedFromProjectOnly | 1 | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the directory is removed from project, but still exists on disk. |