DownloadOperation.ResultFile Property
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.
Returns the IStorageFile object provided by the caller when creating the DownloadOperation object using CreateDownload.
public:
property IStorageFile ^ ResultFile { IStorageFile ^ get(); };
IStorageFile ResultFile();
public IStorageFile ResultFile { get; }
var iStorageFile = downloadOperation.resultFile;
Public ReadOnly Property ResultFile As IStorageFile
Property Value
The returned file object.