共用方式為


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 引進)

適用於