DownloadOperation.RecoverableWebErrorStatuses Eigenschaft

Definition

Eine Reihe von WebErrorStatus-Werten , von denen Anwendungen erwarten, dass der Download erreicht wird, und die die Anwendungen wissen, wie sie zu behandeln sind.

public:
 property IVector<WebErrorStatus> ^ RecoverableWebErrorStatuses { IVector<WebErrorStatus> ^ get(); };
IVector<WebErrorStatus> RecoverableWebErrorStatuses();
public IList<WebErrorStatus> RecoverableWebErrorStatuses { get; }
var iVector = downloadOperation.recoverableWebErrorStatuses;
Public ReadOnly Property RecoverableWebErrorStatuses As IList(Of WebErrorStatus)

Eigenschaftswert

Eine Gruppe von WebErrorStatus-Werten .

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Gilt für:

Weitere Informationen