Share via


DebuggerBrowsableAttribute.State 屬性

定義

取得屬性的顯示狀態。

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 值。

備註

DebuggerBrowsableAttribute 構函式會使用 參數的值 state 來設定此值。

適用於