PrintWorkflowJobNotificationEventArgs 类

定义

提供 JobNotification 事件的信息。

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

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

注解

有关详细信息,请参阅 打印支持应用设计指南

属性

Configuration

获取当前操作的打印机作业和会话相关信息。

PrinterJob

获取当前操作的打印机作业。

方法

GetDeferral()

请求延迟操作并获取将在延迟操作完成后调用的延迟对象。

适用于

另请参阅