Partager via


UIAlertView.AddButton(String) Méthode

Définition

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

title
String

Chaîne qui apparaîtra dans le bouton.

Ce paramètre peut être null.

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é.

S’applique à