BindableProperty.CoerceValueDelegate<TPropertyType> Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Delegado fortemente tipado para BindableProperty.CoerceValue.
public delegate TPropertyType BindableProperty.CoerceValueDelegate<TPropertyType>(BindableObject bindable, TPropertyType value);
type BindableProperty.CoerceValueDelegate<'PropertyType> = delegate of BindableObject * 'PropertyType -> 'PropertyType
Parâmetros de tipo
- TPropertyType
O tipo da propriedade associada.
Parâmetros
- bindable
- BindableObject
O objeto associável que contém a propriedade.
- value
- TPropertyType
O valor a forçar.
Valor Retornado
TPropertyType