UIPageViewController.SetViewControllersAsync 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.
Définit les UIViewControllers à afficher.
public virtual System.Threading.Tasks.Task<bool> SetViewControllersAsync (UIKit.UIViewController[] viewControllers, UIKit.UIPageViewControllerNavigationDirection direction, bool animated);
abstract member SetViewControllersAsync : UIKit.UIViewController[] * UIKit.UIPageViewControllerNavigationDirection * bool -> System.Threading.Tasks.Task<bool>
override this.SetViewControllersAsync : UIKit.UIViewController[] * UIKit.UIPageViewControllerNavigationDirection * bool -> System.Threading.Tasks.Task<bool>
Paramètres
- viewControllers
- UIViewController[]
- direction
- UIPageViewControllerNavigationDirection
- animated
- Boolean
Retours
Tâche qui représente l’opération SetViewControllers asynchrone. La valeur du paramètre TResult est un UICompletionHandler.
Remarques
La méthode SetViewControllersAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.
À ajouter.