VirtualizingPanel.AddInternalChild(UIElement) Metodo

Definizione

Aggiunge l’UIElement specificato alla raccolta InternalChildren dell'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)

Parametri

child
UIElement

Elemento UIElement figlio da aggiungere alla raccolta.

Commenti

Questo metodo offre prestazioni migliori per Panel gli elementi che virtualizzano la raccolta figlio rispetto al Add metodo .

Si applica a