IFrameworkView.SetWindow(CoreWindow) 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.
Définit la fenêtre active pour l’affichage de l’objet d’application.
public:
void SetWindow(CoreWindow ^ window);
void SetWindow(CoreWindow const& window);
public void SetWindow(CoreWindow window);
function setWindow(window)
Public Sub SetWindow (window As CoreWindow)
Paramètres
- window
- CoreWindow
Fenêtre active de l’objet d’application.
Remarques
L’objet d’application appelle votre implémentation de cette méthode chaque fois qu’il a besoin de définir la fenêtre active, représentée sous la forme d’un instance CoreWindow, pour la vue associée. Votre implémentation doit au moins affecter la fenêtre fournie à la vue et s’inscrire pour tous les événements d’affichage et de fenêtre.