次の方法で共有


PrintWorkflowUILauncher クラス

定義

印刷ワークフロー アプリがプリンターによって示されるページ記述言語 (PDL) 形式への変換を完了するために必要なユーザー入力を収集するための UI を表示する操作を提供します。

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

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

注釈

詳細については、「 印刷サポート アプリの設計ガイド」を参照してください。

メソッド

IsUILaunchEnabled()

UI を表示する機能が有効かどうかを示す値を取得します。

LaunchAndCompleteUIAsync()

印刷ワークフロー アプリがプリンターによって示されるページ記述言語 (PDL) 形式への変換を完了するために必要なユーザー入力を収集するための印刷ワークフロー ジョブ UI を示します。 これは、UI が閉じられた後にのみ完了する非同期操作です。

適用対象

こちらもご覧ください