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 l’élément UIElement spécifié à la collection d’un élément VirtualizingPanel à la position d’index spécifiée.
protected:
virtual void InsertInternalChild(int index, UIElement ^ child) = InsertInternalChild;
void InsertInternalChild(int const& index, UIElement const& child);
protected void InsertInternalChild(int index, UIElement child);
function insertInternalChild(index, child)
Protected Sub InsertInternalChild (index As Integer, child As UIElement)
Paramètres
- index
-
Int32
int
Position d'index dans la collection à laquelle l'élément enfant est inséré.
- child
- UIElement
Enfant UIElement à ajouter à la collection.