VirtualizingPanel.InsertInternalChild(Int32, UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定 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
集合中要插入子元素的索引位置。
注解
此方法为 Panel 虚拟化其子集合 Add 的元素提供比该方法更好的性能。