Window.Content Propriété
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 ou définit la racine visuelle d’une fenêtre d’application.
public:
property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();
void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = window.content;
window.content = uIElement;
Public Property Content As UIElement
Valeur de propriété
Racine visuelle d’une fenêtre d’application.