BindableProperty.CoerceValueDelegate<TPropertyType> Делегат

Определение

Строго типизированный делегат для BindableProperty.CoerceValue.

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

Параметры типа

TPropertyType

Тип привязанного свойства.

Параметры

bindable
BindableObject

Привязываемый объект, содержащий свойство.

value
TPropertyType

Значение для приведения.

Возвращаемое значение

TPropertyType

Применяется к