DebuggerBrowsableAttribute.State 属性

定义

获取属性的显示状态。Gets the display state for the attribute.

public:
 property System::Diagnostics::DebuggerBrowsableState State { System::Diagnostics::DebuggerBrowsableState get(); };
public System.Diagnostics.DebuggerBrowsableState State { get; }
member this.State : System.Diagnostics.DebuggerBrowsableState
Public ReadOnly Property State As DebuggerBrowsableState

属性值

DebuggerBrowsableState

DebuggerBrowsableState 值之一。One of the DebuggerBrowsableState values.

注解

DebuggerBrowsableAttribute构造函数使用参数的值 state 设置此值。The DebuggerBrowsableAttribute constructor uses the value of the state parameter to set this value.

适用于