Udostępnij za pośrednictwem


BindableProperty Klasa

Definicja

BindableProperty to magazyn zapasowy dla właściwości, które zezwalają na powiązania w systemie BindableObject.

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
Dziedziczenie
BindableProperty
Atrybuty

Pola

UnsetValue

BindableProperty to magazyn zapasowy dla właściwości, które zezwalają na powiązania w systemie BindableObject.

Właściwości

DeclaringType

Pobiera typ deklarujący właściwość BindableProperty

DefaultBindingMode

Pobiera domyślny tryb BindingMode.

DefaultValue

Pobiera wartość domyślną właściwości BindableProperty.

IsReadOnly

Pobiera wartość wskazującą, czy właściwość BindableProperty jest tworzona w formie bindablePropertyKey.

PropertyName

Pobiera nazwę właściwości.

ReturnType

Pobiera typ właściwości BindableProperty.

Metody

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

Tworzy nowe wystąpienie klasy BindableProperty.

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

Tworzy nowe wystąpienie klasy BindableProperty dla dołączonej właściwości.

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

Tworzy nowe wystąpienie klasy BindableProperty dla dołączonych właściwości tylko do odczytu.

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

Tworzy nowe wystąpienie klasy BindablePropertyKey.

Dotyczy

Zobacz też