DownloadOperation.ResultFile Property

Definition

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.

Applies to