EditorBrowsableAttribute.State 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得屬性或方法的可瀏覽狀態。
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。