IsolatedWindowsEnvironmentCreationPriority 枚举

定义

已弃用。 表示隔离环境的优先级。

public enum class IsolatedWindowsEnvironmentCreationPriority
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 262144)]
enum class IsolatedWindowsEnvironmentCreationPriority
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 262144)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreationPriority 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 IsolatedWindowsEnvironmentCreationPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 262144)]
public enum IsolatedWindowsEnvironmentCreationPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 262144)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreationPriority 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 IsolatedWindowsEnvironmentCreationPriority
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentCreationPriority.low
Public Enum IsolatedWindowsEnvironmentCreationPriority
继承
IsolatedWindowsEnvironmentCreationPriority
属性

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (在 v4.0 中引入)

字段

Low 0

低优先级。

Normal 1

正常优先级。

注解

警告

这是一个已弃用的 API。

适用于

另请参阅