다음을 통해 공유


PrintWorkflowBackgroundSetupRequestedEventArgs.GetUserPrintTicketAsync 메서드

정의

현재 인쇄 작업의 인쇄 티켓을 가져옵니다.

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

반환

인쇄 티켓이 있는 비동기 작업입니다.

특성

적용 대상