BindableProperty.CoerceValueDelegate<TPropertyType> 대리자

정의

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

적용 대상