Share via


DownloadOperation.ResultFile プロパティ

定義

CreateDownload を使用して DownloadOperation オブジェクトを作成するときに呼び出し元によって提供される IStorageFile オブジェクトを返します。

public:
 property IStorageFile ^ ResultFile { IStorageFile ^ get(); };
IStorageFile ResultFile();
public IStorageFile ResultFile { get; }
var iStorageFile = downloadOperation.resultFile;
Public ReadOnly Property ResultFile As IStorageFile

プロパティ値

返されたファイル オブジェクト。

適用対象