__VSREMOVEDIRECTORYFLAGS2 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 by OnAfterRemoveDirectoriesEx(IVsProject, Int32, String[], UInt32[]).
This enumeration supports a bitwise combination of its member values.
public enum class __VSREMOVEDIRECTORYFLAGS2
public enum class __VSREMOVEDIRECTORYFLAGS2
enum __VSREMOVEDIRECTORYFLAGS2
[System.Flags]
public enum __VSREMOVEDIRECTORYFLAGS2
[<System.Flags>]
type __VSREMOVEDIRECTORYFLAGS2 =
Public Enum __VSREMOVEDIRECTORYFLAGS2
- Inheritance
-
__VSREMOVEDIRECTORYFLAGS2
- Attributes
Fields
VSREMOVEDIRECTORYFLAGS_IsRemovedFromProjectOnly | 4 | This flag distinguishes two operations: "Remove From Project" and "Delete". If this flag is set, the directory is removed from the project, but still exists on disk. |