VirtualizingPanel.InsertInternalChild(Int32, UIElement) 方法

定义

将指定 UIElement 添加到 InternalChildren 元素的 VirtualizingPanel 集合中的指定索引位置处。

protected:
 void InsertInternalChild(int index, System::Windows::UIElement ^ child);
protected void InsertInternalChild (int index, System.Windows.UIElement child);
member this.InsertInternalChild : int * System.Windows.UIElement -> unit
Protected Sub InsertInternalChild (index As Integer, child As UIElement)

参数

index
Int32

集合中要插入子元素的索引位置。

child
UIElement

要添加到集合的 UIElement 子元素。

注解

此方法为 Panel 虚拟化其子集合 Add 的元素提供比该方法更好的性能。

适用于