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 中引入)

适用于

另请参阅