StoreQueueItemStatus Class

Definition

Provides status info for a new or updated package that is in the download and installation queue for the current app.

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

Windows requirements

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

Properties

ExtendedError

Gets the error code for the download and installation request, if the operation encountered an error.

PackageInstallExtendedState

Gets a value that specifies additional info about the state for a package that is in the download and installation queue for the current app.

PackageInstallState

Gets a value that specifies the overall state for a package that is in the queue for the current app.

UpdateStatus

Gets a value that specifies the update status for a package that is in the queue for the current app.

Applies to

See also