다음을 통해 공유


PrintWorkflowSourceContent.GetJobPrintTicketAsync 메서드

정의

이 인쇄 데이터와 연결된 인쇄 작업의 인쇄 티켓을 가져옵니다.

public:
 virtual IAsyncOperation<WorkflowPrintTicket ^> ^ GetJobPrintTicketAsync() = GetJobPrintTicketAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WorkflowPrintTicket> GetJobPrintTicketAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WorkflowPrintTicket> GetJobPrintTicketAsync();
function getJobPrintTicketAsync()
Public Function GetJobPrintTicketAsync () As IAsyncOperation(Of WorkflowPrintTicket)

반환

현재 인쇄 작업 구성이 있는 인쇄 티켓 개체입니다.

특성

적용 대상