VirtualizingPanel.AddInternalChild(UIElement) Méthode

Définition

Ajoute le UIElement spécifié à la collection InternalChildren d'un élément VirtualizingPanel.

protected:
 void AddInternalChild(System::Windows::UIElement ^ child);
protected void AddInternalChild (System.Windows.UIElement child);
member this.AddInternalChild : System.Windows.UIElement -> unit
Protected Sub AddInternalChild (child As UIElement)

Paramètres

child
UIElement

Enfant UIElement à ajouter à la collection.

Remarques

Cette méthode offre de meilleures performances pour Panel les éléments qui virtualisent leur collection enfant que la Add méthode.

S’applique à