共用方式為


UIViewController.PresentViewControllerAsync(UIViewController, Boolean) 方法

定義

強制回應呈現檢視控制器。

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 作業的工作

適用於