Share via


VirtualizingPanel.AddInternalChild(UIElement) 方法

定义

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

protected:
 virtual void AddInternalChild(UIElement ^ child) = AddInternalChild;
void AddInternalChild(UIElement const& child);
protected void AddInternalChild(UIElement child);
function addInternalChild(child)
Protected Sub AddInternalChild (child As UIElement)

参数

child
UIElement

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

适用于