Freigeben über


BindableProperty Klasse

Definition

Eine BindableProperty-Klasse ist ein Sicherungsspeicher für Eigenschaften, die Bindungen mit BindableObject zulassen.

public ref class BindableProperty sealed
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BindablePropertyConverter))]
public sealed class BindableProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BindablePropertyConverter))>]
type BindableProperty = class
Public NotInheritable Class BindableProperty
Vererbung
BindableProperty
Attribute

Felder

UnsetValue

Eine BindableProperty-Klasse ist ein Sicherungsspeicher für Eigenschaften, die Bindungen mit BindableObject zulassen.

Eigenschaften

DeclaringType

Ruft den Typ ab, der BindableProperty deklariert.

DefaultBindingMode

Ruft die standardmäßige BindingMode-Klasse ab.

DefaultValue

Ruft den Standardwert für BindableProperty ab.

IsReadOnly

Ruft einen Wert ab, der angibt, ob BindableProperty aus BindablePropertyKey erstellt wird.

PropertyName

Ruft den Eigenschaftennamen ab.

ReturnType

Ruft den Typ von BindableProperty ab.

Methoden

Create(String, Type, Type, Object, BindingMode, BindableProperty+ValidateValueDelegate, BindableProperty+BindingPropertyChangedDelegate, BindableProperty+BindingPropertyChangingDelegate, BindableProperty+CoerceValueDelegate, BindableProperty+CreateDefaultValueDelegate)

Erstellt eine neue Instanz der BindableProperty-Klasse.

CreateAttached(String, Type, Type, Object, BindingMode, BindableProperty+ValidateValueDelegate, BindableProperty+BindingPropertyChangedDelegate, BindableProperty+BindingPropertyChangingDelegate, BindableProperty+CoerceValueDelegate, BindableProperty+CreateDefaultValueDelegate)

Erstellt eine neue Instanz der BindableProperty-Klasse für eine angefügte Eigenschaft.

CreateAttachedReadOnly(String, Type, Type, Object, BindingMode, BindableProperty+ValidateValueDelegate, BindableProperty+BindingPropertyChangedDelegate, BindableProperty+BindingPropertyChangingDelegate, BindableProperty+CoerceValueDelegate, BindableProperty+CreateDefaultValueDelegate)

Erstellt eine neue Instanz der BindableProperty-Klasse für angefügte schreibgeschützte Eigenschaften.

CreateReadOnly(String, Type, Type, Object, BindingMode, BindableProperty+ValidateValueDelegate, BindableProperty+BindingPropertyChangedDelegate, BindableProperty+BindingPropertyChangingDelegate, BindableProperty+CoerceValueDelegate, BindableProperty+CreateDefaultValueDelegate)

Erstellt eine neue Instanz der BindablePropertyKey-Klasse.

Gilt für:

Weitere Informationen