Udostępnij za pośrednictwem


BindableProperty.CoerceValueDelegate<TPropertyType> Delegat

Definicja

Delegat silnie typizowanego dla elementu BindableProperty.CoerceValue.

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

Parametry typu

TPropertyType

Typ właściwości powiązanej.

Parametry

bindable
BindableObject

Obiekt z możliwością powiązania, który zawiera właściwość .

value
TPropertyType

Wartość do coerce.

Wartość zwracana

TPropertyType

Dotyczy