共用方式為


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

適用於