VirtualizingPanel.AddInternalChild(UIElement) 方法

定义

将指定 UIElement 添加到 InternalChildren 元素的 VirtualizingPanel 集合。

protected:
 void AddInternalChild(System::Windows::UIElement ^ child);
protected void AddInternalChild (System.Windows.UIElement child);
member this.AddInternalChild : System.Windows.UIElement -> unit
Protected Sub AddInternalChild (child As UIElement)

参数

child
UIElement

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

注解

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

适用于