Sdílet prostřednictvím


VirtualizingPanel.AddInternalChild(UIElement) Metoda

Definice

Přidá zadaný UIElement do InternalChildren kolekce elementu 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)

Parametry

child
UIElement

Podřízený UIElement objekt, který se má přidat do kolekce.

Poznámky

Tato metoda nabízí lepší výkon pro Panel prvky, které virtualizují svou podřízenou kolekci, než metoda Add .

Platí pro