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)

返回

具有当前打印任务配置的打印票证对象。

属性

适用于