Share via


GroupCollection.IList.Item[Int32] 속성

정의

원하는 위치에 있는 그룹을 가져옵니다.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object? System.Collections.IList.Item[int index] { get; set; }
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

매개 변수

index
Int32

그룹 컬렉션에서 그룹의 인덱스(0부터 시작) 위치입니다.

속성 값

Object

원하는 위치에 있는 그룹입니다.

구현

예외

항목을 설정할 수 없습니다. 읽기 전용 컬렉션입니다.

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, GroupCollection 인스턴스가 IList 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상