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)

返回

使用打印票证的异步操作。

属性

适用于