Freigeben über


DefaultBindingPropertyAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der DefaultBindingPropertyAttribute-Klasse.

Überlädt

Name Beschreibung
DefaultBindingPropertyAttribute()

Initialisiert eine neue Instanz der DefaultBindingPropertyAttribute Klasse ohne Parameter.

DefaultBindingPropertyAttribute(String)

Initialisiert eine neue Instanz der DefaultBindingPropertyAttribute Klasse mithilfe des angegebenen Eigenschaftennamens.

DefaultBindingPropertyAttribute()

Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs

Initialisiert eine neue Instanz der DefaultBindingPropertyAttribute Klasse ohne Parameter.

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

Hinweise

Der parameterlose Konstruktor legt die Name Eigenschaft auf null.

Weitere Informationen

Gilt für:

DefaultBindingPropertyAttribute(String)

Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs
Quelle:
DefaultBindingPropertyAttribute.cs

Initialisiert eine neue Instanz der DefaultBindingPropertyAttribute Klasse mithilfe des angegebenen Eigenschaftennamens.

public:
 DefaultBindingPropertyAttribute(System::String ^ name);
public DefaultBindingPropertyAttribute(string? name);
public DefaultBindingPropertyAttribute(string name);
new System.ComponentModel.DefaultBindingPropertyAttribute : string -> System.ComponentModel.DefaultBindingPropertyAttribute
Public Sub New (name As String)

Parameter

name
String

Der Name der Standardbindungseigenschaft.

Hinweise

Dieser Konstruktor legt die Name Eigenschaft auf den Wert des name Parameters fest.

Weitere Informationen

Gilt für: