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 子系。

適用於