IsolatedWindowsEnvironment.ChangePriority 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.
Allows the caller to set the execution priority of the isolated environment.
public:
virtual void ChangePriority(IsolatedWindowsEnvironmentCreationPriority Priority) = ChangePriority;
void ChangePriority(IsolatedWindowsEnvironmentCreationPriority const& Priority);
public void ChangePriority(IsolatedWindowsEnvironmentCreationPriority Priority);
function changePriority(Priority)
Public Sub ChangePriority (Priority As IsolatedWindowsEnvironmentCreationPriority)
Parameters
The new execution priority for the environment.
Windows requirements
Device family |
Windows 11, version 22H2 (introduced in 10.0.22621.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v4.0)
|
Applies to
See also
Feedback
Submit and view feedback for