次の方法で共有


BackgroundTransferRangesDownloadedEventArgs クラス

定義

増分ダウンロードの進行状況イベントに関する情報へのアクセスを提供します。

public ref class BackgroundTransferRangesDownloadedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BackgroundTransferRangesDownloadedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BackgroundTransferRangesDownloadedEventArgs
Public NotInheritable Class BackgroundTransferRangesDownloadedEventArgs
継承
Object Platform::Object IInspectable BackgroundTransferRangesDownloadedEventArgs
属性

Windows の要件

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

プロパティ

AddedRanges

前の RangesDownloaded イベント以降にダウンロードされた範囲の一覧。

WasDownloadRestarted

前の RangesDownloaded イベント以降にダウンロードが最初から再開された場合は TRUE。

メソッド

GetDeferral()

遅延により、アプリは、その間に新しい RangesDownloaded イベントを受け取ることなく、RangesDownloaded ハンドラー内で非同期作業を実行できます。

適用対象

こちらもご覧ください