VirtualizingPanel.InsertInternalChild(Int32, 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 à la position d'index spécifiée.
protected:
void InsertInternalChild(int index, System::Windows::UIElement ^ child);
protected void InsertInternalChild (int index, System.Windows.UIElement child);
member this.InsertInternalChild : int * System.Windows.UIElement -> unit
Protected Sub InsertInternalChild (index As Integer, child As UIElement)
Paramètres
- index
- Int32
Position d'index dans la collection à laquelle l'élément enfant est inséré.
Remarques
Cette méthode offre de meilleures performances pour Panel les éléments qui virtualisent leur collection enfant que la Add méthode.