Język

VirtualizingPanel.AddInternalChild(UIElement) Metoda

Definicja

Dodaje określony UIElement element do InternalChildren kolekcji VirtualizingPanel elementu.

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)

Parametry

child
UIElement

Element podrzędny UIElement do dodania do kolekcji.

Uwagi

Ta metoda zapewnia lepszą wydajność dla Panel elementów wirtualizowania kolekcji podrzędnej niż Add metoda .

Dotyczy