VirtualizingPanel.AddInternalChild(UIElement) 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.
Ajoute le UIElement spécifié à la collection InternalChildren d'un élément VirtualizingPanel.
protected:
void AddInternalChild(System::Windows::UIElement ^ child);
protected void AddInternalChild (System.Windows.UIElement child);
member this.AddInternalChild : System.Windows.UIElement -> unit
Protected Sub AddInternalChild (child As UIElement)
Paramètres
Remarques
Cette méthode offre de meilleures performances pour Panel les éléments qui virtualisent leur collection enfant que la Add méthode.