UIPrintInteractionController.PresentAsync 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.
Surcharges
PresentAsync(Boolean) |
Présente une interface utilisateur d’impression iPhone. |
PresentAsync(Boolean, Boolean) |
Présente l’interface utilisateur d’impression d’un iPhone de manière asynchrone. |
PresentAsync(Boolean)
Présente une interface utilisateur d’impression iPhone.
public virtual System.Threading.Tasks.Task<UIKit.UIPrintInteractionResult> PresentAsync (bool animated);
abstract member PresentAsync : bool -> System.Threading.Tasks.Task<UIKit.UIPrintInteractionResult>
override this.PresentAsync : bool -> System.Threading.Tasks.Task<UIKit.UIPrintInteractionResult>
Paramètres
- animated
- Boolean
pour animer l’affichage de la feuille, à afficher immédiatement.
Retours
Tâche qui représente l’opération Present asynchrone. La valeur du paramètre TResult est de type Action<UIKit.UIPrintInteractionResult>
.
S’applique à
PresentAsync(Boolean, Boolean)
Présente l’interface utilisateur d’impression d’un iPhone de manière asynchrone.
public virtual System.Threading.Tasks.Task<UIKit.UIPrintInteractionResult> PresentAsync (bool animated, out bool result);
abstract member PresentAsync : bool * -> System.Threading.Tasks.Task<UIKit.UIPrintInteractionResult>
override this.PresentAsync : bool * -> System.Threading.Tasks.Task<UIKit.UIPrintInteractionResult>
Paramètres
- animated
- Boolean
true
pour animer l’affichage de la feuille, false
à afficher immédiatement.
- result
- Boolean
Résultat de l’opération actuelle.
Retours
Tâche qui représente l’opération Present asynchrone. La valeur du paramètre TResult est de type UIPrintInteractionResult.