次の方法で共有


PrintHolePunchOptionDetails クラス

定義

パンチ穴オプションの一覧を表します。

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

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.
PrintHolePunchOptionDetails printHolePunchOptionDetails =
     (PrintHolePunchOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.HolePunch];

バージョン履歴

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

プロパティ

Description

穴パンチオプションの説明を取得または設定します。

ErrorText

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

Items

穴パンチング オプションの項目の一覧を取得します。

OptionId

穴パンチング オプションの ID を取得します。

OptionType

穴パンチ オプションのオプションの種類を取得します。

State

穴パンチオプションの状態を取得または設定します。

Value

穴パンチオプションの列挙値を取得または設定します。

WarningText

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

メソッド

TrySetValue(Object)

穴パンチオプションの値を設定します。

適用対象