BindableProperty.CoerceValueDelegate<TPropertyType> 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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