VirtualizingPanel.InsertInternalChild(Int32, UIElement) Método

Definición

Agrega el uiElement especificado a la colección de un elemento VirtualizingPanel en la posición de índice especificada.

protected:
 virtual void InsertInternalChild(int index, UIElement ^ child) = InsertInternalChild;
void InsertInternalChild(int const& index, UIElement const& child);
protected void InsertInternalChild(int index, UIElement child);
function insertInternalChild(index, child)
Protected Sub InsertInternalChild (index As Integer, child As UIElement)

Parámetros

index
Int32

int

La posición de índice dentro de la recolección en la que se inserta el elemento secundario.

child
UIElement

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

Se aplica a