EditorBrowsableAttribute.State Eigenschap

Definitie

Hiermee haalt u de wenkbrauwbare status van de eigenschap of methode op.

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

Waarde van eigenschap

Een EditorBrowsableState die de wenkbrauwbare status van de eigenschap of methode is.

Opmerkingen

De standaardwaarde voor deze eigenschap is EditorBrowsableState.Always.

Van toepassing op

Zie ook