BindableProperty.CoerceValueDelegate 代理人

定義

BindableProperty.CoerceValue 的委派。

public delegate object BindableProperty.CoerceValueDelegate(BindableObject bindable, object value);
type BindableProperty.CoerceValueDelegate = delegate of BindableObject * obj -> obj

參數

bindable
BindableObject

包含屬性的可繫結物件。

value
System.Object

要強制轉型的值。

傳回值

System.Object

適用於