VirtualizingPanel.AddInternalChild(UIElement) Método

Definición

Agrega el UIElement especificado a la recolección InternalChildren de un elemento 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)

Parámetros

child
UIElement

El UIElement secundario que se agrega a la recolección.

Comentarios

Este método ofrece un mejor rendimiento para Panel los elementos que virtualizan su colección secundaria que el Add método .

Se aplica a