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

適用対象