Partilhar via


VirtualizingPanel.AddInternalChild(UIElement) Método

Definição

Adiciona o UIElement especificado à coleção Children de um 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

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

Aplica-se a