次の方法で共有


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)

戻り値

現在の印刷タスク構成を含む印刷チケット オブジェクト。

属性

適用対象