다음을 통해 공유


ListView.CheckedIndexCollection 멤버

ListView 컨트롤에서 선택된 항목에 대한 인덱스를 포함하는 컬렉션을 나타냅니다.

다음 표에서는 ListView.CheckedIndexCollection 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method ListView.CheckedIndexCollection ListView.CheckedIndexCollection 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

  이름 설명
Public property Count 컬렉션의 항목 수를 가져옵니다.
Public property IsReadOnly 컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.
Public property Item 이 컬렉션에서 지정된 인덱스의 인덱스 값을 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Contains 지정된 인덱스가 컬렉션에 위치하는지 여부를 확인합니다.
Public method Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method GetEnumerator 선택된 인덱스 컬렉션 전체를 반복하는 데 사용할 수 있는 열거자를 반환합니다.
Public method GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method IndexOf list view 컨트롤의 ListView.ListViewItemCollection에서 지정한 인덱스의 System.Windows.Forms.ListView.CheckedIndexCollection 내의 인덱스를 반환합니다.
Public method Static ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method System.Collections.ICollection.CopyTo 선택된 항목의 인덱스 컬렉션을 배열로 복사합니다.
Explicit interface implementation Method System.Collections.IList.Add 컬렉션에 항목을 추가합니다.
Explicit interface implementation Method System.Collections.IList.Clear 컬렉션에서 모든 항목을 제거합니다.
Explicit interface implementation Method System.Collections.IList.Contains ListViewItem에 해당하는 인덱스가 선택되었는지 여부를 확인합니다.
Explicit interface implementation Method System.Collections.IList.IndexOf ListView.CheckedIndexCollection에서 지정된 개체의 인덱스를 반환합니다.
Explicit interface implementation Method System.Collections.IList.Insert 항목을 컬렉션 내의 지정된 인덱스에 삽입합니다.
Explicit interface implementation Method System.Collections.IList.Remove 컬렉션에서 맨 처음 발견되는 항목을 제거합니다.
Explicit interface implementation Method System.Collections.IList.RemoveAt 지정한 인덱스에 있는 컬렉션의 항목을 제거합니다.
Explicit interface implementation Property System.Collections.ICollection.IsSynchronized 해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.
Explicit interface implementation Property System.Collections.ICollection.SyncRoot 컨트롤 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.
Explicit interface implementation Property System.Collections.IList.IsFixedSize ListView.CheckedIndexCollection의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.
Explicit interface implementation Property System.Collections.IList.Item ListView.CheckedIndexCollection의 개체를 가져오거나 설정합니다.

위쪽

참고 항목

참조

ListView.CheckedIndexCollection 클래스
System.Windows.Forms 네임스페이스
ListView.ListViewItemCollection