VirtualizingPanel.InsertInternalChild(Int32, UIElement) 메서드

정의

지정된 인덱스 위치에 있는 VirtualizingPanel 요소의 컬렉션에 지정된 UIElement를 추가합니다.

protected:
 virtual void InsertInternalChild(int index, UIElement ^ child) = InsertInternalChild;
void InsertInternalChild(int const& index, UIElement const& child);
protected void InsertInternalChild(int index, UIElement child);
function insertInternalChild(index, child)
Protected Sub InsertInternalChild (index As Integer, child As UIElement)

매개 변수

index
Int32

int

컬렉션 내에서 자식 요소를 삽입할 인덱스 위치입니다.

child
UIElement

컬렉션에 추가할 UIElement 자식입니다.

적용 대상