AppWindow.GetFromWindowId(WindowId) Método

Definição

Retorna o AppWindow com o especificado WindowId, se disponível. Retornará null se o WindowId não puder ser correspondido a uma janela válida.

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

Parâmetros

windowId
WindowId

O identificador do AppWindow.

Retornos

O AppWindow com o especificado WindowId, se disponível; null se o WindowId não puder ser correspondido a uma janela válida.

Aplica-se a

Confira também