EditorBrowsableAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der EditorBrowsableAttribute-Klasse.

Überlädt

EditorBrowsableAttribute()

Initialisiert eine neue Instanz der EditorBrowsableAttribute-Klasse, wobei State auf den Standardzustand festgelegt ist.

EditorBrowsableAttribute(EditorBrowsableState)

Initialisiert eine neue Instanz der EditorBrowsableAttribute-Klasse mit einem EditorBrowsableState.

EditorBrowsableAttribute()

Initialisiert eine neue Instanz der EditorBrowsableAttribute-Klasse, wobei State auf den Standardzustand festgelegt ist.

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

Hinweise

Der Standardwert für diese Eigenschaft ist EditorBrowsableState.Always.

Siehe auch

Gilt für

EditorBrowsableAttribute(EditorBrowsableState)

Initialisiert eine neue Instanz der EditorBrowsableAttribute-Klasse mit einem 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)

Parameter

state
EditorBrowsableState

Der EditorBrowsableState, auf den State festgelegt werden soll.

Siehe auch

Gilt für