__VSREMOVEFILEFLAGS2 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 used in OnAfterRemoveFilesEx(IVsProject, Int32, String[], UInt32[]).
This enumeration supports a bitwise combination of its member values.
public enum class __VSREMOVEFILEFLAGS2
public enum class __VSREMOVEFILEFLAGS2
enum __VSREMOVEFILEFLAGS2
[System.Flags]
public enum __VSREMOVEFILEFLAGS2
[<System.Flags>]
type __VSREMOVEFILEFLAGS2 =
Public Enum __VSREMOVEFILEFLAGS2
- Inheritance
-
__VSREMOVEFILEFLAGS2
- Attributes
Fields
VSREMOVEFILEFLAGS_IsRemovedFromProjectOnly | 16 | 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. |