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

適用於

另請參閱