Condividi tramite


DisplayInformation.CreateForDisplayId(DisplayId) Metodo

Definizione

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

Nota

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

public:
 static DisplayInformation ^ CreateForDisplayId(DisplayId displayId);
 static DisplayInformation CreateForDisplayId(DisplayId const& displayId);
public static DisplayInformation CreateForDisplayId(DisplayId displayId);
function createForDisplayId(displayId)
Public Shared Function CreateForDisplayId (displayId As DisplayId) As DisplayInformation

Parametri

displayId
DisplayId

Identificatore di monitoraggio visualizzato per il quale creare un oggetto DisplayInformation.

Restituisce

Nuovo oggetto DisplayInformation .

Si applica a