WorkflowPrintTicket.ValidateAsync 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.
Checks that the given print ticket does not ask for any printing functionality that the printer does not support.
public:
virtual IAsyncOperation<WorkflowPrintTicketValidationResult ^> ^ ValidateAsync() = ValidateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WorkflowPrintTicketValidationResult> ValidateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WorkflowPrintTicketValidationResult> ValidateAsync();
function validateAsync()
Public Function ValidateAsync () As IAsyncOperation(Of WorkflowPrintTicketValidationResult)
Returns
An asynchronous operation with a validation result object.
- Attributes