VirtualizingPanel.AddInternalChild(UIElement) 메서드

정의

VirtualizingPanel 요소의 Children 컬렉션에 지정된 UIElement를 추가합니다.

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 자식입니다.

적용 대상