UIViewController.DismissViewController(Boolean, Action) 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.
Ignore le contrôleur de vue présenté.
[Foundation.Export("dismissViewControllerAnimated:completion:")]
public virtual void DismissViewController (bool animated, Action completionHandler);
abstract member DismissViewController : bool * Action -> unit
override this.DismissViewController : bool * Action -> unit
Paramètres
- animated
- Boolean
Boolean qui détermine si la transition doit être animée.
- completionHandler
- Action
Méthode à appeler lorsque l’animation se termine.
Ce paramètre peut être null
.
- Attributs