BindableObject.ClearValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ClearValue(BindableProperty) |
Efface toute valeur définie par SetValue pour |
ClearValue(BindablePropertyKey) |
Efface toute valeur définie par SetValue pour la propriété qui est identifiée par |
ClearValue(BindableProperty)
Efface toute valeur définie par SetValue pour property
.
public void ClearValue (Xamarin.Forms.BindableProperty property);
member this.ClearValue : Xamarin.Forms.BindableProperty -> unit
Paramètres
- property
- BindableProperty
BindableProperty à effacer.
Remarques
L’appel de cette méthode sur une propriété readonly entraîne une exception InvalidOperationException.
S’applique à
ClearValue(BindablePropertyKey)
Efface toute valeur définie par SetValue pour la propriété qui est identifiée par propertyKey
.
public void ClearValue (Xamarin.Forms.BindablePropertyKey propertyKey);
member this.ClearValue : Xamarin.Forms.BindablePropertyKey -> unit
Paramètres
- propertyKey
- BindablePropertyKey
BindablePropertyKey qui identifie le BindableProperty à effacer.
Remarques
L’appel de cette méthode sur une propriété readonly entraîne une exception InvalidOperationException.