StorePackageUpdateResult.StoreQueueItems 属性

定义

获取与已完成请求关联的每个包更新的安装队列信息。

public:
 property IVectorView<StoreQueueItem ^> ^ StoreQueueItems { IVectorView<StoreQueueItem ^> ^ get(); };
IVectorView<StoreQueueItem> StoreQueueItems();
public IReadOnlyList<StoreQueueItem> StoreQueueItems { get; }
var iVectorView = storePackageUpdateResult.storeQueueItems;
Public ReadOnly Property StoreQueueItems As IReadOnlyList(Of StoreQueueItem)

属性值

StoreQueueItem 对象的集合,这些对象提供有关与已完成请求关联的每个包更新的安装队列信息。

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Services.Store.StoreContract (在 v3.0 中引入)

适用于