VirtualizingPanel.AddInternalChild(UIElement) Método

Definición

Agrega el objeto especificado UIElement a la InternalChildren colección de un VirtualizingPanel elemento .

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

Elemento UIElement secundario que se va a agregar a la colección.

Comentarios

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

Se aplica a