IsolatedWindowsEnvironmentCreateResult.ChangeCreationPriority Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Change the priority of isolated environment creation.
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)
Parameters
The new priority of the isolated environment creation.
- Attributes
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v4.0)
|
Remarks
Warning
This is a deprecated API.