BindableProperty.CoerceValueDelegate<TPropertyType> Delegado
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Delegado fuertemente tipado de BindableProperty.CoerceValue.
public delegate TPropertyType BindableProperty.CoerceValueDelegate<TPropertyType>(BindableObject bindable, TPropertyType value);
type BindableProperty.CoerceValueDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType -> 'PropertyType
- TPropertyType
Tipo de la propiedad enlazada.
- bindable
- BindableObject
Objeto enlazable que contiene la propiedad.
- value
- TPropertyType
Valor que se va a convertir.
Producto | Versiones |
---|---|
Xamarin.Forms | Latest |