PrintWorkflowVirtualPrinterDataAvailableEventArgs.GetTargetFileAsync 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 a StorageFile representing the target file for the virtual print job.
public:
virtual IAsyncOperation<StorageFile ^> ^ GetTargetFileAsync() = GetTargetFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> GetTargetFileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> GetTargetFileAsync();
function getTargetFileAsync()
Public Function GetTargetFileAsync () As IAsyncOperation(Of StorageFile)
Returns
The target file for the virtual print job. Returns null if the target file is not present.
- Attributes