DownloadOperation.CurrentWebErrorStatus プロパティ

定義

DownloadOperation の有効期間中に監視できる転送の WebErrorStatus

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)

プロパティ値

WebErrorStatus エラー。

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

WebErrorStatusDownloadOperation

適用対象