次の方法で共有


DownloadOperation.GetDownloadedRanges メソッド

定義

これまでにダウンロードされたファイル範囲の完全な一覧を返します。

public:
 virtual IVector<BackgroundTransferFileRange> ^ GetDownloadedRanges() = GetDownloadedRanges;
IVector<BackgroundTransferFileRange> GetDownloadedRanges();
public IList<BackgroundTransferFileRange> GetDownloadedRanges();
function getDownloadedRanges()
Public Function GetDownloadedRanges () As IList(Of BackgroundTransferFileRange)

戻り値

IVector を返します。

Windows の要件

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

適用対象

こちらもご覧ください