BindableProperty.ValidateValueDelegate<TPropertyType> 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
BindableProperty.ValidateValue 的强类型委托。
public delegate bool BindableProperty.ValidateValueDelegate<in TPropertyType>(BindableObject bindable, TPropertyType value);
type BindableProperty.ValidateValueDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType -> bool
类型参数
参数
- bindable
- BindableObject
包含属性的可绑定对象。
- value
- TPropertyType
要验证的值。
返回值
System.Boolean