UIAlertView.AddButton(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 à une vue d’alerte avec le titre spécifié.
[Foundation.Export("addButtonWithTitle:")]
public virtual nint AddButton (string title);
abstract member AddButton : string -> nint
override this.AddButton : string -> nint
Paramètres
Retours
System.System.IntPtr
System.nativeint
Index du bouton nouvellement ajouté.
- Attributs
Remarques
Cette méthode ajoute un bouton à une vue d’alerte avec le titre spécifié.