다음을 통해 공유


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입니다.

적용 대상