次の方法で共有


UIAlertView.AddButton(String) メソッド

定義

指定したタイトルのアラート ビューにボタンを追加します。

[Foundation.Export("addButtonWithTitle:")]
public virtual nint AddButton (string title);
abstract member AddButton : string -> nint
override this.AddButton : string -> nint

パラメーター

title
String

ボタンに表示される文字列。

このパラメーターは、null に設定できます。

戻り値

System.System.IntPtr System.nativeint

新しく追加されたボタンのインデックス。

属性

注釈

このメソッドは、指定したタイトルのアラート ビューにボタンを追加します。

適用対象