BindableProperty.CoerceValueDelegate<TPropertyType> 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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