Freigeben über


UIPrintInteractionController.PresentAsync Methode

Definition

Überlädt

PresentAsync(Boolean)

Stellt eine Benutzeroberfläche für das Drucken eines iPhones dar.

PresentAsync(Boolean, Boolean)

Stellt eine iPhone-Druck-Benutzeroberfläche asynchron dar.

PresentAsync(Boolean)

Stellt eine Benutzeroberfläche für das Drucken eines iPhones dar.

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>

Parameter

animated
Boolean

, um die Blattanzeige zu animieren, um sofort anzuzeigen.

Gibt zurück

Eine Aufgabe, die den asynchronen Present-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ Action<UIKit.UIPrintInteractionResult>.

Gilt für:

PresentAsync(Boolean, Boolean)

Stellt eine iPhone-Druck-Benutzeroberfläche asynchron dar.

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>

Parameter

animated
Boolean

true , um die Blattanzeige zu animieren, false um sofort anzuzeigen.

result
Boolean

Das Ergebnis des aktuellen Vorgangs.

Gibt zurück

Eine Aufgabe, die den asynchronen Present-Vorgang darstellt. Der Wert des TResult-Parameters ist vom Typ UIPrintInteractionResult.

Gilt für: