Поделиться через


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

Определение

Не рекомендуется. Содержит фактические значения состояния создания изолированной среды Windows.

public enum class IsolatedWindowsEnvironmentCreateStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentCreateStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateStatus 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 IsolatedWindowsEnvironmentCreateStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentCreateStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateStatus 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 IsolatedWindowsEnvironmentCreateStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentCreateStatus.success
Public Enum IsolatedWindowsEnvironmentCreateStatus
Наследование
IsolatedWindowsEnvironmentCreateStatus
Атрибуты

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

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

Поля

FailureByPolicy 1

Не удалось создать изолированную среду Windows из-за конфигурации политики.

Success 0

Создание изолированной среды Windows выполнено успешно.

UnknownFailure 2

Не удалось создать изолированную среду Windows с неизвестным сбоем.

Комментарии

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

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

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