DkmClrDebuggerBrowsableAttributeState 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.
The state values a DebuggerBrowsable attribute can have.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public enum class DkmClrDebuggerBrowsableAttributeState
public enum class DkmClrDebuggerBrowsableAttributeState
enum DkmClrDebuggerBrowsableAttributeState
public enum DkmClrDebuggerBrowsableAttributeState
type DkmClrDebuggerBrowsableAttributeState =
Public Enum DkmClrDebuggerBrowsableAttributeState
- Inheritance
-
DkmClrDebuggerBrowsableAttributeState
Fields
Name | Value | Description |
---|---|---|
Never | 0 | Indicates that the member is not displayed in the debugger variable windows. |
Collapsed | 1 | Indicates that the member is displayed but not expanded by default. |
2 | Indicates that the member itself is not shown, but its constituent objects are displayed if it is an array or collection. |