PrintWorkflowPdlSourceContent.GetContentFileAsync 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.
Retrieves the complete source content for the current job.
public:
virtual IAsyncOperation<StorageFile ^> ^ GetContentFileAsync() = GetContentFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> GetContentFileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> GetContentFileAsync();
function getContentFileAsync()
Public Function GetContentFileAsync () As IAsyncOperation(Of StorageFile)
Returns
The complete source content for the current job.
- Attributes