CoreApplication.GetCurrentView Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la vue correspondant au thread actif.
public:
static CoreApplicationView ^ GetCurrentView();
static CoreApplicationView GetCurrentView();
public static CoreApplicationView GetCurrentView();
function getCurrentView()
Public Shared Function GetCurrentView () As CoreApplicationView
Retours
Vue correspondant au thread actuel. Si aucune vue de ce type n’existe, la méthode échoue.
Remarques
Un CoreApplicationView est une fenêtre d’application et son thread.
Windows Phone 8
Cette API est prise en charge uniquement dans les applications natives.