Partager via


UIPageViewController.SetViewControllersAsync Méthode

Définition

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[]
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.

S’applique à