Share via


WizardStepCollection.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; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

매개 변수

index
Int32

컬렉션에서 가져올 개체의 인덱스입니다.

속성 값

Object

검색된 개체입니다.

구현

설명

이 속성은 myCollection[index] 구문을 사용하여 컬렉션의 특정 요소에 액세스하는 기능을 제공합니다.

적용 대상

추가 정보