Langue

VirtualizingPanel.AddInternalChild(UIElement) Méthode

Définition

Ajoute la valeur spécifiée UIElement à la InternalChildren collection d’un VirtualizingPanel élément.

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

UIElement Enfant à 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 à