Share via


BindableProperty.CoerceValueDelegate Délégué

Définition

Délégué de BindableProperty.CoerceValue.

public delegate object BindableProperty.CoerceValueDelegate(BindableObject bindable, object value);
type BindableProperty.CoerceValueDelegate = delegate of BindableObject * obj -> obj

Paramètres

bindable
BindableObject

Objet pouvant être lié qui contient la propriété.

value
System.Object

Valeur à forcer.

Valeur renvoyée

System.Object

S’applique à