Bagikan melalui


BindableProperty.CoerceValueDelegate<TPropertyType> Delegasikan

Definisi

Delegasi dengan jenis kuat untuk BindableProperty.CoerceValue.

public delegate TPropertyType BindableProperty.CoerceValueDelegate<TPropertyType>(BindableObject bindable, TPropertyType value);
type BindableProperty.CoerceValueDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType -> 'PropertyType

Jenis parameter

TPropertyType

Jenis properti terikat.

Parameter

bindable
BindableObject

Objek yang dapat diikat yang berisi properti .

value
TPropertyType

Nilai untuk memaksa.

Tampilkan Nilai

TPropertyType

Berlaku untuk