Udostępnij za pośrednictwem


ISimulator.AllowTakeForeground(Int32) Method

Definition

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.

Applies to