UIActionSheet.Add(String) 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.
Ajoute un bouton avec le texte spécifié.
public void Add (string name);
override this.Add : string -> unit
Paramètres
- name
- String
Texte du bouton.
Remarques
Cette méthode existe pour permettre à la classe d’être initialisée avec des initialiseurs d’objets C# 3.0. Cela équivaut à appeler AddButton (nom).