다음을 통해 공유


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

반환 값

적용 대상