DisplayInformation.GetForCurrentView Metodo

Definizione

Ottiene l'istanza DisplayInformation associata al coreApplicationView del thread corrente. Questa istanza di DisplayInformation è associata alla visualizzazione e non può essere usata da altri thread.

public:
 static DisplayInformation ^ GetForCurrentView();
 static DisplayInformation GetForCurrentView();
public static DisplayInformation GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As DisplayInformation

Restituisce

Oggetto DisplayInformation che fornisce informazioni correlate alla visualizzazione del thread corrente.

Commenti

Il metodo è statico. Questo metodo può avere esito negativo se il thread corrente non è il thread dell'interfaccia utente per una visualizzazione dell'applicazione.

Si applica a