IsolatedWindowsEnvironmentOwnerRegistrationStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非推奨になりました。 isolatedwindowsenvironmentownerregistration の成功または失敗の状態。
public enum class IsolatedWindowsEnvironmentOwnerRegistrationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentOwnerRegistrationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationStatus 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 IsolatedWindowsEnvironmentOwnerRegistrationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentOwnerRegistrationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOwnerRegistrationStatus 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 IsolatedWindowsEnvironmentOwnerRegistrationStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentOwnerRegistrationStatus.success
Public Enum IsolatedWindowsEnvironmentOwnerRegistrationStatus
- 継承
-
IsolatedWindowsEnvironmentOwnerRegistrationStatus
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 2004 (10.0.19041.0 で導入)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v2.0 で導入)
|
フィールド
AccessDenied | 2 | アクセスが拒否されたため、分離 Windows 環境の所有者登録に失敗しました。 |
InsufficientMemory | 3 | メモリ不足のため、分離 Windows 環境の所有者登録。 |
InvalidArgument | 1 | 無効な属性が原因で、分離 Windows 環境の所有者登録に失敗しました。 |
Success | 0 | 分離 Windows 環境の所有者登録に成功しました。 |
UnknownFailure | 4 | 分離 Windows 環境の所有者登録が不明なエラーで失敗しました。 |
注釈
警告
これは非推奨の API です。