StorePackageUpdateResult StorePackageUpdateResult StorePackageUpdateResult StorePackageUpdateResult Class

Definition

Provides info about a completed package update request for the current app.

public : sealed class StorePackageUpdateResult : IStorePackageUpdateResultpublic sealed class StorePackageUpdateResult : IStorePackageUpdateResultPublic NotInheritable Class StorePackageUpdateResult Implements IStorePackageUpdateResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced v1)

Remarks

The RequestDownloadAndInstallStorePackagesAsync, RequestDownloadAndInstallStorePackageUpdatesAsync, and RequestDownloadStorePackageUpdatesAsync methods of the StoreContext class return an object of this type.

Properties

OverallState OverallState OverallState OverallState

Gets the state of the completed package update request.

public : StorePackageUpdateState OverallState { get; }public StorePackageUpdateState OverallState { get; }Public ReadOnly Property OverallState As StorePackageUpdateState// You can use this property in JavaScript.
Value
StorePackageUpdateState StorePackageUpdateState StorePackageUpdateState StorePackageUpdateState

A value that indicates the state of the completed package update request.

StorePackageUpdateStatuses StorePackageUpdateStatuses StorePackageUpdateStatuses StorePackageUpdateStatuses

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

public : IVectorView<StorePackageUpdateStatus> StorePackageUpdateStatuses { get; }public IReadOnlyList<StorePackageUpdateStatus> StorePackageUpdateStatuses { get; }Public ReadOnly Property StorePackageUpdateStatuses As IReadOnlyList<StorePackageUpdateStatus>// You can use this property in JavaScript.
Value
IVectorView<StorePackageUpdateStatus> IReadOnlyList<StorePackageUpdateStatus> IReadOnlyList<StorePackageUpdateStatus> IReadOnlyList<StorePackageUpdateStatus>

A collection of StorePackageUpdateStatus objects that provide info about the status of each package update that is associated with the completed request.