Compartilhar via


VirtualizingPanel.InsertInternalChild(Int32, UIElement) Método

Definição

Adiciona o UIElement especificado à coleção de um elemento VirtualizingPanel na posição 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

A posição de índice na coleção em que o elemento filho é inserido.

child
UIElement

O filho UIElement a ser adicionado à coleção.

Aplica-se a