StoreQueueItemKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义值,这些值描述正在为下载和安装队列中的当前包执行的操作。
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
- 继承
-
StoreQueueItemKind
- 属性
Windows 要求
设备系列 |
Windows 10, version 1803 (在 10.0.17134.0 中引入)
|
API contract |
Windows.Services.Store.StoreContract (在 v3.0 中引入)
|
字段
Install | 0 | 该项目是第一次安装。 |
Repair | 2 | 正在修复该项目。 |
Update | 1 | 正在更新该项。 |