次の方法で共有


UIAlertView.GetTextField(nint) メソッド

定義

指定したインデックスのテキスト フィールドを返します。

[Foundation.Export("textFieldAtIndex:")]
public virtual UIKit.UITextField GetTextField (nint textFieldIndex);
abstract member GetTextField : nint -> UIKit.UITextField
override this.GetTextField : nint -> UIKit.UITextField

パラメーター

textFieldIndex
System.System.IntPtr System.nativeint

返すテキスト フィールドのインデックス

戻り値

指定したインデックスのテキスト フィールド。

属性

注釈

アラート ビューで使用できるテキスト フィールドは、使用される内容 UIAlertViewStyle によって異なります。

適用対象