次の方法で共有


PrintWorkflowPdlSourceContent.GetContentFileAsync メソッド

定義

現在のジョブの完全なソース コンテンツを取得します。

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)

戻り値

現在のジョブの完全なソース コンテンツ。

属性

適用対象