ToolStripItemCollection.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

가져올 항목의 0부터 시작하는 인덱스입니다.

속성 값

Object

지정한 인덱스에 있는 ToolStripItem입니다.

구현

설명

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

적용 대상