共用方式為


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

屬性值

傳回的檔案物件。

適用於