DownloadOperation.ResultFile プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
返されたファイル オブジェクト。