VirtualizingPanel.InsertInternalChild(Int32, UIElement) 方法

定義

將指定的 UIElement 加入至位於指定索引位置的 VirtualizingPanel 元素集合。

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)

參數

index
Int32

int

在集合中插入子項目的索引位置。

child
UIElement

要加入至集合的 UIElement 子系。

適用於