EditorBrowsableAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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()
- Quelle:
- EditorBrowsableAttribute.cs
- Quelle:
- EditorBrowsableAttribute.cs
- Quelle:
- EditorBrowsableAttribute.cs
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.
Weitere Informationen
Gilt für:
EditorBrowsableAttribute(EditorBrowsableState)
- Quelle:
- EditorBrowsableAttribute.cs
- Quelle:
- EditorBrowsableAttribute.cs
- Quelle:
- EditorBrowsableAttribute.cs
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.