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 操作を表すタスク

適用対象