PrintWorkflowSubmittedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
発生した PrintWorkflowBackgroundSession.Submitted イベントに関する情報が含まれます。
public ref class PrintWorkflowSubmittedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintWorkflowSubmittedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintWorkflowSubmittedEventArgs
Public NotInheritable Class PrintWorkflowSubmittedEventArgs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0 で導入)
|
プロパティ
Operation |
現在の印刷タスクに関する情報を取得します。 |
メソッド
GetDeferral() |
対応する PrintWorkflowBackgroundSession.Submitted イベントで実行される作業を管理するための遅延オブジェクトを取得します。 |
GetTarget(WorkflowPrintTicket) |
編集された印刷ジョブを出力するためのターゲット ドキュメントへの参照を取得します。 |