EditorBrowsableAttribute.State Vlastnost

Definice

Získá browsable stav vlastnosti nebo metody.

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

Hodnota vlastnosti

EditorBrowsableState

Jedná se EditorBrowsableState o browsable stav vlastnosti nebo metody.

Poznámky

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

Platí pro

Viz také