ISimulator.AllowTakeForeground(Int32) 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.
Requests the Simulator UI application to allow the given processId to take foreground.
public:
void AllowTakeForeground(int processId);
public void AllowTakeForeground (int processId);
abstract member AllowTakeForeground : int -> unit
Public Sub AllowTakeForeground (processId As Integer)
Parameters
- processId
- Int32
Process Id that is requesting to take foreground.