Partager via


VirtualizingPanel.AddInternalChild(UIElement) Méthode

Définition

Ajoute l’élément UIElement spécifié à la collection Children d’un élément VirtualizingPanel .

protected:
 virtual void AddInternalChild(UIElement ^ child) = AddInternalChild;
void AddInternalChild(UIElement const& child);
protected void AddInternalChild(UIElement child);
function addInternalChild(child)
Protected Sub AddInternalChild (child As UIElement)

Paramètres

child
UIElement

Enfant UIElement à ajouter à la collection.

S’applique à