VirtualizingPanel.InsertInternalChild(Int32, UIElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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
子要素が挿入されるコレクション内のインデックス位置。