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

적용 대상