VirtualizingPanel.InsertInternalChild(Int32, UIElement) Méthode

Définition

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.

S’applique à