ListView.SelectedIndexCollection.Item[Int32] 속성

정의

이 컬렉션에서 지정된 인덱스의 인덱스 값을 가져옵니다.

public:
 property int default[int] { int get(int index); };
public int this[int index] { get; }
member this.Item(int) : int
Default Public ReadOnly Property Item(index As Integer) As Integer

매개 변수

index
Int32

컬렉션에서 검색할 항목의 인덱스입니다.

속성 값

Int32

지정된 위치에 저장된 ListView.ListViewItemCollection의 인덱스 값입니다.

예외

index가 0보다 작거나 CountListView.SelectedIndexCollection 속성 값보다 크거나 같은 경우

설명

이 인덱서를 사용하면 ListView.SelectedIndexCollection. 컬렉션에 저장된 인덱스는 에서 선택한 항목을 ListView나타내는 인덱 ListView.ListViewItemCollection ListView 스입니다.

적용 대상