VirtualizingPanel.InsertInternalChild(Int32, UIElement) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje określony UIElement element do InternalChildren kolekcji VirtualizingPanel elementu na określonej pozycji indeksu.
protected:
void InsertInternalChild(int index, System::Windows::UIElement ^ child);
protected void InsertInternalChild (int index, System.Windows.UIElement child);
member this.InsertInternalChild : int * System.Windows.UIElement -> unit
Protected Sub InsertInternalChild (index As Integer, child As UIElement)
Parametry
- index
- Int32
Pozycja indeksu w kolekcji, w której wstawiono element podrzędny.
Uwagi
Ta metoda zapewnia lepszą wydajność elementów Panel , które zwirtualizuje ich kolekcję podrzędną niż Add metoda .