StorePackageUpdateResult.StoreQueueItems Property

Definition

Gets installation queue info about each of the package updates that are associated with the completed request.

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)

Property Value

A collection of StoreQueueItem objects that provide installation queue info about each of the package updates that are associated with the completed request.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Services.Store.StoreContract (introduced in v3.0)

Applies to