DownloadOperation.ResultFile Eigenschaft

Definition

Gibt das IStorageFile-Objekt zurück, das vom Aufrufer beim Erstellen des DownloadOperation-Objekts mithilfe von CreateDownload bereitgestellt wird.

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

Eigenschaftswert

Das zurückgegebene Dateiobjekt.

Gilt für: