Condividi tramite


DisplayInformation.CreateForWindowId(WindowId) Metodo

Definizione

Crea un nuovo oggetto DisplayInformation per l'oggetto WindowId specificato.

Nota

È necessario chiamare questo metodo da un thread con microsoft.UI.Dispatching.DispatcherQueue già in esecuzione.

public:
 static DisplayInformation ^ CreateForWindowId(WindowId windowId);
 static DisplayInformation CreateForWindowId(WindowId const& windowId);
public static DisplayInformation CreateForWindowId(WindowId windowId);
function createForWindowId(windowId)
Public Shared Function CreateForWindowId (windowId As WindowId) As DisplayInformation

Parametri

windowId
WindowId

Identificatore di finestra di primo livello per il quale creare un oggetto DisplayInformation.

Restituisce

Nuovo oggetto DisplayInformation .

Si applica a