BindableProperty.CoerceValueDelegate<TPropertyType> 委托

定义

public delegate TPropertyType BindableProperty.CoerceValueDelegate<TPropertyType>(BindableObject bindable, TPropertyType value);
type BindableProperty.CoerceValueDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType -> 'PropertyType
Public Delegate Function BindableProperty.CoerceValueDelegate(Of TPropertyType)(bindable As BindableObject, value As TPropertyType) As TPropertyType 

类型参数

TPropertyType

参数

bindable
BindableObject
value
TPropertyType

返回值

TPropertyType

适用于