VirtualizingPanel.AddInternalChild(UIElement) Método

Definición

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

Parámetros

child
UIElement

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

Se aplica a