UIViewController.PresentViewControllerAsync(UIViewController, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Présente modalement un contrôleur d’affichage.
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
Paramètres
- viewControllerToPresent
- UIViewController
Afficher le contrôleur qui s’affiche sur le contenu du contrôleur d’affichage actuel.
- animated
- Boolean
Boolean indiquant s’il faut animer la présentation ou non.
Retours
Tâche qui représente l’opération PresentViewController asynchrone