Share via


BindableProperty.CoerceValueDelegate 代理人

定義

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

パラメーター

bindable
BindableObject
value
Object

戻り値

適用対象