TemplateGroupCollection.IList.Item[Int32] 속성

정의

이 멤버에 대한 설명을 보려면 IList 클래스를 참조하십시오.

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; }
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

컬렉션의 index에 있는 개체입니다.

구현

설명

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

적용 대상

추가 정보