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

Определение

Не рекомендуется. Перечислитель, представляющий возможный список ошибок, которые необходимо устранить до создания изолированной среды Windows на узле.

public enum class IsolatedWindowsEnvironmentHostError
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentHostError
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHostError is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentHostError
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentHostError
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHostError is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public enum IsolatedWindowsEnvironmentHostError
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentHostError.adminPolicyIsDisabledOrNotPresent
Public Enum IsolatedWindowsEnvironmentHostError
Наследование
IsolatedWindowsEnvironmentHostError
Атрибуты

Требования к Windows

Семейство устройств
Windows 10, version 2004 (появилось в 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (появилось в v2.0)

Поля

AdminPolicyIsDisabledOrNotPresent 0

Администратор политика для компонента не настроена и отключена

FeatureNotInstalled 1

Компонент не установлен на устройстве

HardwareRequirementsNotMet 2

Устройство не соответствует требованиям к оборудованию

RebootRequired 3

Требуется перезагрузка

UnknownError 4

Неизвестная ошибка

Комментарии

Предупреждение

Это нерекомендуемый API.

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