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 子。

適用対象