__VSQUERYREMOVEFILEFLAGS2 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 OnQueryRemoveFilesEx(IVsProject, Int32, String[], UInt32[], VSQUERYREMOVEFILERESULTS[], VSQUERYREMOVEFILERESULTS[]).
This enumeration supports a bitwise combination of its member values.
public enum class __VSQUERYREMOVEFILEFLAGS2
public enum class __VSQUERYREMOVEFILEFLAGS2
enum __VSQUERYREMOVEFILEFLAGS2
[System.Flags]
public enum __VSQUERYREMOVEFILEFLAGS2
[<System.Flags>]
type __VSQUERYREMOVEFILEFLAGS2 =
Public Enum __VSQUERYREMOVEFILEFLAGS2
- Inheritance
-
__VSQUERYREMOVEFILEFLAGS2
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSQUERYREMOVEFILEFLAGS_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. |