VirtualizingPanel.AddInternalChild(UIElement) メソッド

定義

指定した UIElementVirtualizingPanel 要素の 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 子。

適用対象