StoreQueueItemKind Enum
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.
Defines values that describe the operation being performed for the current package in the download and installation queue.
public enum class StoreQueueItemKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
enum class StoreQueueItemKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
public enum StoreQueueItemKind
var value = Windows.Services.Store.StoreQueueItemKind.install
Public Enum StoreQueueItemKind
- Inheritance
-
StoreQueueItemKind
- 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)
|
Fields
Name | Value | Description |
---|---|---|
Install | 0 | The item is being installed for the first time. |
Update | 1 | The item is being updated. |
Repair | 2 | The item is being repaired. |