EditorBrowsableAttribute Konstruktory

Definice

Inicializuje novou instanci EditorBrowsableAttribute třídy.

Přetížení

EditorBrowsableAttribute()

Inicializuje novou instanci EditorBrowsableAttribute třídy s State nastaveným na výchozí stav.

EditorBrowsableAttribute(EditorBrowsableState)

Inicializuje novou instanci EditorBrowsableAttribute třídy pomocí EditorBrowsableState.

EditorBrowsableAttribute()

Zdroj:
EditorBrowsableAttribute.cs
Zdroj:
EditorBrowsableAttribute.cs
Zdroj:
EditorBrowsableAttribute.cs

Inicializuje novou instanci EditorBrowsableAttribute třídy s State nastaveným na výchozí stav.

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

Poznámky

Výchozí hodnota pro tuto vlastnost je EditorBrowsableState.Always.

Viz také

Platí pro

EditorBrowsableAttribute(EditorBrowsableState)

Zdroj:
EditorBrowsableAttribute.cs
Zdroj:
EditorBrowsableAttribute.cs
Zdroj:
EditorBrowsableAttribute.cs

Inicializuje novou instanci EditorBrowsableAttribute třídy pomocí 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)

Parametry

state
EditorBrowsableState

Hodnota EditorBrowsableState , na které se má nastavit State .

Viz také

Platí pro