次の方法で共有


PrintDuplexOptionDetails クラス

定義

印刷双方向オプションの一覧を表します。

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
継承
Object Platform::Object IInspectable PrintDuplexOptionDetails
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

オブジェクトを取得する方法を示すコード スニペットを次に示します。

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

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

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1803 17134 説明
1803 17134 WarningText

プロパティ

Description

印刷双方向オプションの説明を取得または設定します。

ErrorText

エラー条件の文字列を取得または設定します。

Items

印刷双方向オプションの一覧を取得します。

OptionId

印刷双方向オプションの ID を取得します。

OptionType

印刷双方向オプションのオプションの種類を取得します。

State

印刷双方向オプションの状態を取得または設定します。

Value

印刷双方向オプションの列挙された vlanue を取得または設定します。

WarningText

警告条件の文字列を取得または設定します。

メソッド

TrySetValue(Object)

双方向オプションの値を設定します。

適用対象