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 です。

適用対象