StorePackageUpdateResult.StoreQueueItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|