EditorBrowsableAttribute.State 屬性

定義

取得屬性或方法的可瀏覽狀態。

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

屬性值

EditorBrowsableState,屬性或方法的可瀏覽狀態。

備註

這個屬性的預設值為 EditorBrowsableState.Always

適用於

另請參閱