ListCollectionView.GetItemAt(Int32) 메서드

정의

뷰의 지정된 위치에 있는 항목을 검색합니다.

public:
 override System::Object ^ GetItemAt(int index);
public override object GetItemAt (int index);
override this.GetItemAt : int -> obj
Public Overrides Function GetItemAt (index As Integer) As Object

매개 변수

index
Int32

항목이 있는 인덱스(0부터 시작)입니다.

반환

뷰의 지정된 위치에 있는 항목입니다.

예외

index가 범위를 벗어난 경우

설명

이 메서드는 뷰에 설정된 , , GroupDescriptionsFilterCustomSort 속성을 사용하여 인덱SortDescriptions스를 평가합니다.

적용 대상