共用方式為


PrintWorkflowUIActivatedEventArgs.PrintWorkflowSession 屬性

定義

取得列印工作流程會話物件,該物件應管理啟動的前景工作行為。

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

屬性值

單一列印工作流程前景會話。

適用於