StorePackageUpdateResult.StoreQueueItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与已完成请求关联的每个包更新的安装队列信息。
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 中引入)
|