BindableObject.IsSet(BindableProperty) 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.
Retourne true
si la propriété cible existe et qu’elle a été configurée.
public bool IsSet (Xamarin.Forms.BindableProperty targetProperty);
member this.IsSet : Xamarin.Forms.BindableProperty -> bool
Paramètres
- targetProperty
- BindableProperty
Propriété à vérifier.
Retours
System.Boolean
true
si la propriété cible existe et qu’elle a été configurée. Si la propriété n’a pas été définie, retourne false
. Si a la targetProperty
valeur null, un ArgumentNullException
est levée.