PrintWorkflowForegroundSetupRequestedEventArgs.GetUserPrintTicketAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the print ticket for the current print task.
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)
Returns
An asynchronous operation with a print ticket.
- Attributes