PrintWorkflowUIActivatedEventArgs.PrintWorkflowSession 속성

정의

활성화된 포그라운드 작업의 동작을 관리해야 하는 인쇄 워크플로 세션 개체를 가져옵니다.

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

속성 값

단일 인쇄 워크플로 포그라운드 세션입니다.

적용 대상