UIAlertView.GetTextField(nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定索引的文字欄位。
[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 。