バージョン

AddInternalChild(UIElement) メソッド

指定した UIElement を VirtualizingPanel 要素の InternalChildren コレクションに追加します。
シンタックス
'宣言
 
Protected Sub AddInternalChild( _
   ByVal child As UIElement _
) 
protected void AddInternalChild( 
   UIElement child
)

パラメータ

child
コレクションに追加する UIElement。
参照