次の方法で共有


PrintCustomTextOptionDetails クラス

定義

ユーザー設定の印刷タスク オプションを表します。

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

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 で導入)

注釈

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

// This code creates a new custom text option. 
PrintCustomTextOptionDetails customTextOption =
    printDetailedOptions.CreateTextOption("myCustomText", "Custom Options");

// Later in your app, when you want to access the custom text option created above,
// but you don't have access to the customTextOption variable that was returned
// when it was created, you can get it by looking up the same optionId that
// you used to create it. 
PrintCustomTextOptionDetails printCustomTextOptionDetails =
    (PrintCustomTextOptionDetails)printDetailedOptions.Options["myCustomText"];

バージョン履歴

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

プロパティ

Description

印刷カスタム テキスト オプションの説明を取得または設定します。

DisplayName

カスタム印刷タスク オプションの表示名を取得または設定します。

ErrorText

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

MaxCharacters

カスタム印刷タスク オプションの表示名の最大文字数を取得または設定します。

OptionId

カスタム印刷タスク オプションの ID を取得します。

OptionType

カスタム印刷タスク オプションのオプションの種類を取得します。

State

カスタム印刷タスク オプションの状態を取得または設定します。

Value

カスタム印刷タスク オプションの値を取得または設定します。

WarningText

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

メソッド

TrySetValue(Object)

カスタム印刷タスクの値を設定します。

適用対象