SimulatorClient.AllowTakeForeground(Int32) 方法

定义

请求模拟器 UI 应用程序允许给定的 processId 拍摄前台。

public:
 virtual void AllowTakeForeground(int processId);
public void AllowTakeForeground (int processId);
abstract member AllowTakeForeground : int -> unit
override this.AllowTakeForeground : int -> unit
Public Sub AllowTakeForeground (processId As Integer)

参数

processId
Int32

请求拍摄前台的进程 Id。

实现

适用于