StoreQueueItemKind Перечисление

Определение

Определяет значения, описывающие операцию, выполняемую для текущего пакета в очереди загрузки и установки.

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

Элемент обновляется.

Применяется к

См. также раздел