PrintWorkflowForegroundSession 类

定义

表示在前台运行的单个打印工作流会话。

public ref class PrintWorkflowForegroundSession 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 PrintWorkflowForegroundSession 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 PrintWorkflowForegroundSession
Public NotInheritable Class PrintWorkflowForegroundSession
继承
Object Platform::Object IInspectable PrintWorkflowForegroundSession
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

此类的实例是从通过前台任务激活传入的 PrintWorkflowUIActivatedEventArgs 实例获取的。

属性

Status

当前打印工作流会话的状态。

方法

Start()

启动打印工作流前台进程。 此类的事件按顺序引发。

事件

SetupRequested

首先在打印工作流前台会话中引发。 此事件公开有关打印作业的信息,但不公开打印内容本身的信息。 注册此事件,以便在打印作业之前对打印作业执行依赖于 UI 的工作。

XpsDataAvailable

当 XPS 打印数据可供读取时引发。 这是在引发 SetupRequested 事件后完成的。 注册此事件以执行依赖于 UI 的工作,需要显示打印内容。

适用于