StorePackageUpdateResult Class

Definition

Provides response data for a request to download and install a package for the current app.

public ref class StorePackageUpdateResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorePackageUpdateResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorePackageUpdateResult
Public NotInheritable Class StorePackageUpdateResult
Inheritance
Object Platform::Object IInspectable StorePackageUpdateResult
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced in v1.0)

Remarks

Version history

Windows version SDK version Value added
1803 17134 StoreQueueItems

Properties

OverallState

Gets the state of the completed package update request.

StorePackageUpdateStatuses

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

StoreQueueItems

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

Applies to

See also