EditorBrowsableAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 EditorBrowsableAttribute 類別的新執行個體。
多載
EditorBrowsableAttribute() |
使用將 EditorBrowsableAttribute 設定為預設狀態,初始化 State 類別的新執行個體。 |
EditorBrowsableAttribute(EditorBrowsableState) |
使用 EditorBrowsableAttribute,初始化 EditorBrowsableState 類別的新執行個體。 |
EditorBrowsableAttribute()
使用將 EditorBrowsableAttribute 設定為預設狀態,初始化 State 類別的新執行個體。
public:
EditorBrowsableAttribute();
public EditorBrowsableAttribute ();
Public Sub New ()
備註
這個屬性的預設值為 EditorBrowsableState.Always。
另請參閱
適用於
EditorBrowsableAttribute(EditorBrowsableState)
使用 EditorBrowsableAttribute,初始化 EditorBrowsableState 類別的新執行個體。
public:
EditorBrowsableAttribute(System::ComponentModel::EditorBrowsableState state);
public EditorBrowsableAttribute (System.ComponentModel.EditorBrowsableState state);
new System.ComponentModel.EditorBrowsableAttribute : System.ComponentModel.EditorBrowsableState -> System.ComponentModel.EditorBrowsableAttribute
Public Sub New (state As EditorBrowsableState)
參數
- state
- EditorBrowsableState