__VSDELETEHANDLEROPTIONS Enum
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
C++/CX
public enum class __VSDELETEHANDLEROPTIONS
enum __VSDELETEHANDLEROPTIONS
public enum __VSDELETEHANDLEROPTIONS
type __VSDELETEHANDLEROPTIONS =
Public Enum __VSDELETEHANDLEROPTIONS
- Inheritance
-
__VSDELETEHANDLEROPTIONS
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. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |