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 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.