Share via


VirtualizingPanel.InsertInternalChild(Int32, UIElement) Metode

Definisi

Menambahkan UIElement yang ditentukan ke koleksi elemen VirtualizingPanel pada posisi indeks yang ditentukan.

protected:
 virtual void InsertInternalChild(int index, UIElement ^ child) = InsertInternalChild;
void InsertInternalChild(int const& index, UIElement const& child);
protected void InsertInternalChild(int index, UIElement child);
function insertInternalChild(index, child)
Protected Sub InsertInternalChild (index As Integer, child As UIElement)

Parameter

index
Int32

int

Posisi indeks dalam koleksi tempat elemen anak disisipkan.

child
UIElement

Anak UIElement untuk ditambahkan ke koleksi.

Berlaku untuk