次の方法で共有


PrintBindingOptionDetails クラス

定義

印刷バインド オプションの一覧を表します。

public ref class PrintBindingOptionDetails sealed : IPrintItemListOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintBindingOptionDetails final : IPrintItemListOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintBindingOptionDetails : IPrintItemListOptionDetails
Public NotInheritable Class PrintBindingOptionDetails
Implements IPrintItemListOptionDetails
継承
Object Platform::Object IInspectable PrintBindingOptionDetails
属性
実装

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.
PrintBindingOptionDetails printBindingOptionDetails =
     (PrintBindingOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.Binding];

バージョン履歴

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

プロパティ

Description

印刷バインド オプションの説明を取得または設定します。

ErrorText

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

Items

印刷バインド オプションの項目の一覧を取得します。

OptionId

印刷バインド オプションの ID を取得します。

OptionType

印刷バインド オプションのオプションの種類を取得します。

State

印刷バインド オプションの状態を取得または設定します。

Value

印刷バインド オプションの列挙値を取得または設定します。

WarningText

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

メソッド

TrySetValue(Object)

印刷バインド オプションの値を設定します。

適用対象