PrintWorkflowUIActivatedEventArgs.PrintWorkflowSession 属性

定义

获取打印工作流会话对象,该对象应管理已激活的前景任务的行为。

public:
 property PrintWorkflowForegroundSession ^ PrintWorkflowSession { PrintWorkflowForegroundSession ^ get(); };
PrintWorkflowForegroundSession PrintWorkflowSession();
public PrintWorkflowForegroundSession PrintWorkflowSession { get; }
var printWorkflowForegroundSession = printWorkflowUIActivatedEventArgs.printWorkflowSession;
Public ReadOnly Property PrintWorkflowSession As PrintWorkflowForegroundSession

属性值

单个打印工作流前台会话。

适用于