Freigeben über


PrintWorkflowBackgroundSetupRequestedEventArgs Klasse

Definition

Enthält Informationen zu einem PrintWorkflowBackgroundSession.SetupRequested-Ereignis , das ausgelöst wurde.

public ref class PrintWorkflowBackgroundSetupRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintWorkflowBackgroundSetupRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintWorkflowBackgroundSetupRequestedEventArgs
Public NotInheritable Class PrintWorkflowBackgroundSetupRequestedEventArgs
Vererbung
Object Platform::Object IInspectable PrintWorkflowBackgroundSetupRequestedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Eigenschaften

Configuration

Ruft Informationen zur Quellanwendung, zum Druckauftragstitel und zur Sitzungs-ID für diese Druckworkflowsitzung ab.

Methoden

GetDeferral()

Ruft ein Zurückstellungsobjekt zum Verwalten der Arbeit ab, die für das entsprechende PrintWorkflowBackgroundSession.SetupRequested-Ereignis ausgeführt wurde .

GetUserPrintTicketAsync()

Ruft das Druckticket für den aktuellen Drucktask ab.

SetRequiresUI()

Registriert diese Druckworkflowsitzung als erforderlich eine Benutzeroberfläche. Dadurch wird die entsprechende Vordergrundaufgabe aktiviert, bevor das PrintWorkflowBackgroundSession.Submitted-Ereignis von der Hintergrundaufgabe ausgelöst wird.

Gilt für: