IsolatedWindowsEnvironmentCreateResult.ChangeCreationPriority Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Не рекомендуется. Измените приоритет создания изолированной среды.
public:
virtual void ChangeCreationPriority(IsolatedWindowsEnvironmentCreationPriority priority) = ChangeCreationPriority;
void ChangeCreationPriority(IsolatedWindowsEnvironmentCreationPriority const& priority);
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
void ChangeCreationPriority(IsolatedWindowsEnvironmentCreationPriority const& priority);
public void ChangeCreationPriority(IsolatedWindowsEnvironmentCreationPriority priority);
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateResult 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 void ChangeCreationPriority(IsolatedWindowsEnvironmentCreationPriority priority);
function changeCreationPriority(priority)
Public Sub ChangeCreationPriority (priority As IsolatedWindowsEnvironmentCreationPriority)
Параметры
Новый приоритет создания изолированной среды.
- Атрибуты
Требования к Windows
Семейство устройств |
Windows 11 Insider Preview (появилось в 10.0.23504.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (появилось в v4.0)
|
Комментарии
Предупреждение
Это нерекомендуемый API.