UIAlertController.Create(String, String, UIAlertControllerStyle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
UIAlertController建立 物件,向使用者顯示包含 title
、 message
、 和 UIAlertControllerStyle 慣用樣式的警示,然後傳回該 UIAlertController 物件。
[Foundation.Export("alertControllerWithTitle:message:preferredStyle:")]
public static UIKit.UIAlertController Create (string title, string message, UIKit.UIAlertControllerStyle preferredStyle);
static member Create : string * string * UIKit.UIAlertControllerStyle -> UIKit.UIAlertController
參數
- preferredStyle
- UIAlertControllerStyle
警示所需的樣式。
傳回
您可以自訂之 UIAlertController 的新實例。
- 屬性
備註
UIAlertController如需如何使用檔的範例,請參閱檔。