EditorBrowsableAttribute 建構函式

定義

初始化 EditorBrowsableAttribute 類別的新執行個體。

多載

EditorBrowsableAttribute()

使用將 EditorBrowsableAttribute 設定為預設狀態,初始化 State 類別的新執行個體。

EditorBrowsableAttribute(EditorBrowsableState)

使用 EditorBrowsableAttribute,初始化 EditorBrowsableState 類別的新執行個體。

EditorBrowsableAttribute()

來源:
EditorBrowsableAttribute.cs
來源:
EditorBrowsableAttribute.cs
來源:
EditorBrowsableAttribute.cs

使用將 EditorBrowsableAttribute 設定為預設狀態,初始化 State 類別的新執行個體。

public:
 EditorBrowsableAttribute();
public EditorBrowsableAttribute ();
Public Sub New ()

備註

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

另請參閱

適用於

EditorBrowsableAttribute(EditorBrowsableState)

來源:
EditorBrowsableAttribute.cs
來源:
EditorBrowsableAttribute.cs
來源:
EditorBrowsableAttribute.cs

使用 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)

參數

另請參閱

適用於