VsQueryRemoveFileFlags 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.
VSQUERYREMOVEFILEFLAGS, VSQUERYREMOVEFILEFLAGS2
This enumeration supports a bitwise combination of its member values.
public enum class VsQueryRemoveFileFlags
public enum class VsQueryRemoveFileFlags
enum VsQueryRemoveFileFlags
[System.Flags]
public enum VsQueryRemoveFileFlags
[<System.Flags>]
type VsQueryRemoveFileFlags =
Public Enum VsQueryRemoveFileFlags
- Inheritance
-
VsQueryRemoveFileFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
NoFlags | 0 | Specifies that no flags are set. |
IsSpecialFile | 1 | Specifies that the file is a "Special" file, that is, an invisible file associated with another file in the project. |
IsNestedProjectFile | 2 | Specifies that the file is a nested project (file), that is, the file sitting on the root node of a nested project. |
IsRemovedFromProjectOnly | 4 | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the file is removed from the project, but still exists on disk. |