VirtualizingPanel.AddInternalChild(UIElement) Método

Definição

Adiciona o UIElement especificado na coleção InternalChildren de um elemento VirtualizingPanel.

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 filho do UIElement 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