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 | 項目が更新されています。 |