DisplayInformation.CreateForWindowId(WindowId) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 .