DownloadOperation.RecoverableWebErrorStatuses Proprietà

Definizione

Un set di valori WebErrorStatus che le applicazioni prevedono che il download verrà raggiunto e che le applicazioni sanno gestire.

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)

Valore della proprietà

Set di valori WebErrorStatus .

Requisiti Windows

Famiglia di dispositivi
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)

Si applica a

Vedi anche