다음을 통해 공유


VirtualizingPanel.RemoveInternalChildRange(Int32, Int32) 메서드

정의

Children 컬렉션에서 자식 요소를 제거 합니다 .

protected:
 virtual void RemoveInternalChildRange(int index, int range) = RemoveInternalChildRange;
void RemoveInternalChildRange(int const& index, int const& range);
protected void RemoveInternalChildRange(int index, int range);
function removeInternalChildRange(index, range)
Protected Sub RemoveInternalChildRange (index As Integer, range As Integer)

매개 변수

index
Int32

int

컬렉션 내에서 첫 번째 자식 요소가 제거되는 시작 인덱스 위치입니다.

range
Int32

int

컬렉션에서 제거되는 자식 요소의 총 개수입니다.

적용 대상