Freigeben über


PrintDuplexOptionDetails Klasse

Definition

Stellt die Liste der Druckduplexoptionen dar.

public ref class PrintDuplexOptionDetails sealed : IPrintItemListOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintDuplexOptionDetails final : IPrintItemListOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintDuplexOptionDetails : IPrintItemListOptionDetails
Public NotInheritable Class PrintDuplexOptionDetails
Implements IPrintItemListOptionDetails
Vererbung
Object Platform::Object IInspectable PrintDuplexOptionDetails
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Hier ist ein Codeausschnitt, der zeigt, wie das Objekt abgerufen wird:

//  Retrieve the advanced Print Task Options.
PrintTaskOptionDetails printDetailedOptions = PrintTaskOptionDetails.GetFromPrintTaskOptions(printTask.Options);

// Get the object.
PrintDuplexOptionDetails printDuplexOptionDetails =
     (PrintDuplexOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.Duplex];

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1803 17134 Beschreibung
1803 17134 WarningText

Eigenschaften

Description

Ruft die Beschreibung der Druckduplexoption ab oder legt sie fest.

ErrorText

Ruft die Zeichenfolge für eine Fehlerbedingung ab oder legt sie fest.

Items

Ruft die Liste der Druckduplexoptionen ab.

OptionId

Ruft die ID der Option "Duplex drucken" ab.

OptionType

Ruft den Optionstyp der Druckduplexoption ab.

State

Ruft den Zustand der Druckduplexoptionen ab oder legt diese fest.

Value

Ruft das aufgezählte Vlaue der Druckduplexoption ab oder legt sie fest.

WarningText

Ruft eine Zeichenfolge für eine Warnungsbedingung ab oder legt diese fest.

Methoden

TrySetValue(Object)

Legt den Wert für die Duplexoption fest.

Gilt für: