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

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

Comentários

Esse método oferece melhor desempenho para Panel elementos que virtualizam sua coleção filho do que o Add método.

Aplica-se a