다음을 통해 공유


PrintWorkflowSubmittedEventArgs.Operation 속성

정의

현재 인쇄 작업에 대한 정보를 가져옵니다.

public:
 property PrintWorkflowSubmittedOperation ^ Operation { PrintWorkflowSubmittedOperation ^ get(); };
PrintWorkflowSubmittedOperation Operation();
public PrintWorkflowSubmittedOperation Operation { get; }
var printWorkflowSubmittedOperation = printWorkflowSubmittedEventArgs.operation;
Public ReadOnly Property Operation As PrintWorkflowSubmittedOperation

속성 값

인쇄 작업에 대한 정보입니다.

적용 대상