VirtualizingPanel.AddInternalChild(UIElement) Método

Definição

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

A UIElement criança para acrescentar à coleção.

Observações

Este método oferece melhor desempenho para Panel elementos que virtualizam a sua coleção filha do que o próprio Add método.

Aplica-se a