SimulatorClient.SetCurrentForegroundWindow(Int32) 方法

定义

设置当前前台窗口。

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

参数

cookie
Int32

使用 GetCurrentForegroundWindow 检索的 cookie。

实现

适用于