AutomationProperties.GetName(BindableObject) 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 le nom de présentation court de l’élément spécifié par le développeur, par exemple « Indicateur de progression » ou « Bouton ».
public static string GetName (Xamarin.Forms.BindableObject bindable);
static member GetName : Xamarin.Forms.BindableObject -> string
Paramètres
- bindable
- BindableObject
Objet dont le nom est à récupérer.
Retours
System.String
Nom de présentation court de l’élément.