AppWindow.GetFromWindowId(WindowId) 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.
Retourne le AppWindow
avec le spécifié WindowId
, si disponible. Retourne null
si le WindowId
ne peut pas être mis en correspondance avec une fenêtre valide.
public:
static AppWindow ^ GetFromWindowId(WindowId windowId);
static AppWindow GetFromWindowId(WindowId const& windowId);
public static AppWindow GetFromWindowId(WindowId windowId);
function getFromWindowId(windowId)
Public Shared Function GetFromWindowId (windowId As WindowId) As AppWindow
Paramètres
- windowId
- WindowId
Identificateur de .AppWindow
Retours
AppWindow
avec le spécifié WindowId
, si disponible ; null
si le WindowId
ne peut pas être mis en correspondance avec une fenêtre valide.