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 sealed
[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
-
StoreQueueItemStatus
- Attributes
Windows 10 requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Services.Store.StoreContract (introduced in v4.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. |