Freigeben über


DownloadOperation.CurrentWebErrorStatus Eigenschaft

Definition

WebErrorStatus einer Übertragung, der während der Lebensdauer der DownloadOperation überwacht werden kann.

public:
 property IReference<WebErrorStatus> ^ CurrentWebErrorStatus { IReference<WebErrorStatus> ^ get(); };
IReference<WebErrorStatus> CurrentWebErrorStatus();
public System.Nullable<WebErrorStatus> CurrentWebErrorStatus { get; }
var iReference = downloadOperation.currentWebErrorStatus;
Public ReadOnly Property CurrentWebErrorStatus As Nullable(Of WebErrorStatus)

Eigenschaftswert

Ein WebErrorStatus-Fehler .

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)

Beispiele

WebErrorStatus, DownloadOperation

Gilt für: