共用方式為


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。

適用於

另請參閱