UIViewController.PresentViewControllerAsync(UIViewController, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
強制回應呈現檢視控制器。
public virtual System.Threading.Tasks.Task PresentViewControllerAsync (UIKit.UIViewController viewControllerToPresent, bool animated);
abstract member PresentViewControllerAsync : UIKit.UIViewController * bool -> System.Threading.Tasks.Task
override this.PresentViewControllerAsync : UIKit.UIViewController * bool -> System.Threading.Tasks.Task
參數
- viewControllerToPresent
- UIViewController
在目前檢視控制器內容上顯示的檢視控制器。
- animated
- Boolean
布林值,指出是否要讓簡報產生動畫效果。
傳回
表示非同步 PresentViewController 作業的工作