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 l’objet AppWindow avec le fichier spécifié WindowId, le cas échéant. Retourne null si la WindowId valeur ne peut pas être mise 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 l’objet AppWindow.
Retours
Avec AppWindow le paramètre spécifié WindowId, le cas échéant ; null si la WindowId valeur ne peut pas être mise en correspondance avec une fenêtre valide.