Freigeben über


PrintWorkflowConfiguration Klasse

Definition

Enthält Informationen zur Quellanwendung, zur Titel des Druckauftrags und zur Sitzungs-ID für eine Druckworkflowsitzung.

public ref class PrintWorkflowConfiguration 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 PrintWorkflowConfiguration final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowConfiguration 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 PrintWorkflowConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowConfiguration
Public NotInheritable Class PrintWorkflowConfiguration
Vererbung
Object Platform::Object IInspectable PrintWorkflowConfiguration
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)

Hinweise

Diese Klasse stellt die gleichen sitzungsspezifischen Informationen sowohl für die Hintergrund- als auch für die Vordergrundkomponenten einer Druckworkflow-App bereit.

Eigenschaften

JobTitle

Ruft die Auftragsbezeichnung für diesen Druckauftrag ab.

SessionId

Ruft die Sitzungs-ID für diesen Druckauftrag ab.

SourceAppDisplayName

Ruft den Anzeigenamen der externen Anwendung ab, die den Druckauftrag initiiert hat.

Methoden

AbortPrintFlow(PrintWorkflowJobAbortReason)

Bricht den aktuellen Druckworkflow mit dem angegebenen Grund ab. Diese Methode bricht auch den entsprechenden Druckauftrag auf dem Druckgerät ab, sofern bereits erstellt.

Gilt für: