StateManagedCollection.IList.Item[Int32] 속성

정의

지정된 인덱스에 있는 IStateManager 요소를 가져옵니다.

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가 컬렉션 범위를 벗어나는 경우

적용 대상

추가 정보