__VSDELETEHANDLEROPTIONS 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 deletion options for IVsHierarchyDeleteHandler3.
public enum class __VSDELETEHANDLEROPTIONS
public enum class __VSDELETEHANDLEROPTIONS
enum __VSDELETEHANDLEROPTIONS
public enum __VSDELETEHANDLEROPTIONS
type __VSDELETEHANDLEROPTIONS =
Public Enum __VSDELETEHANDLEROPTIONS
- Inheritance
-
__VSDELETEHANDLEROPTIONS
Fields
Name | Value | Description |
---|---|---|
DHO_NONE | 0 | No deletion options are specified. |
DHO_SUPPRESS_UI | 1 | No confirmation dialogs or source code control (SCC) checkout UI is displayed. |