ISimulator.SetCurrentForegroundWindow(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la fenêtre de premier plan actuelle.
public:
void SetCurrentForegroundWindow(int cookie);
public void SetCurrentForegroundWindow (int cookie);
abstract member SetCurrentForegroundWindow : int -> unit
Public Sub SetCurrentForegroundWindow (cookie As Integer)
Paramètres
- cookie
- Int32
Cookie récupéré à l’aide de GetCurrentForegroundWindow.