다음을 통해 공유


ImageList.ImageCollection 멤버

ImageListImage 개체의 컬렉션을 캡슐화합니다.

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

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework Count 목록에 현재 들어 있는 이미지의 개수를 가져옵니다.
Public property Empty ImageList에 이미지가 있는지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework IsReadOnly 목록이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.
Public property Supported by the .NET Compact Framework Item 오버로드되었습니다. 기존 ImageListImage를 가져오거나 설정합니다.
Public property Keys ImageList.ImageCollection의 이미지와 연결된 키 컬렉션을 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Add 오버로드되었습니다. 지정된 개체를 ImageList에 추가합니다.
Public method AddRange 이미지 배열을 컬렉션에 추가합니다.
Public method AddStrip 지정된 이미지에 대한 이미지 스트립을 ImageList에 추가합니다.
Public method Supported by the .NET Compact Framework Clear ImageList에서 이미지와 마스크를 모두 제거합니다.
Public method Contains 지원되지 않습니다. IList.Contains 메서드는 지정된 개체가 목록에 있는지 여부를 나타냅니다.
Public method ContainsKey 지정된 키를 가진 이미지가 컬렉션에 있는지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetEnumerator 항목 컬렉션 전체에서 반복하는 데 사용할 수 있는 열거자를 반환합니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method IndexOf 지원되지 않습니다. IndexOf 메서드는 목록에서 지정된 개체의 인덱스를 반환합니다.
Public method IndexOfKey 컬렉션에서 지정된 키를 가진 이미지 중 맨 처음 발견된 이미지의 인덱스를 확인합니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Remove 지원되지 않습니다. IList.Remove 메서드는 지정된 개체를 목록에서 제거합니다.
Public method Supported by the .NET Compact Framework RemoveAt 목록에서 이미지를 제거합니다.
Public method RemoveByKey 컬렉션에서 지정된 키를 가진 이미지를 제거합니다.
Public method SetKeyName 컬렉션에 있는 이미지의 키를 설정합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

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

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.ICollection.CopyTo 대상 배열의 지정된 인덱스에서 시작하여 이 컬렉션의 항목을 호환되는 1차원 배열에 복사합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Add 지정된 이미지를 ImageList에 추가합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Contains Contains 메서드를 구현합니다. 모든 경우에 NotSupportedException을 throw합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.IndexOf IndexOf 메서드를 구현합니다. 모든 경우에 NotSupportedException을 throw합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Insert Insert 메서드를 구현합니다. 모든 경우에 NotSupportedException을 throw합니다.
Explicit interface implementation Method Supported by the .NET Compact Framework System.Collections.IList.Remove Remove를 구현합니다. 모든 경우에 NotSupportedException을 throw합니다.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.IsSynchronized 해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.ICollection.SyncRoot 컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.IsFixedSize ImageList.ImageCollection의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.
Explicit interface implementation Property Supported by the .NET Compact Framework System.Collections.IList.Item 기존 ImageList.ImageCollection에서 이미지를 가져오거나 설정합니다.

위쪽

참고 항목

참조

ImageList.ImageCollection 클래스
System.Windows.Forms 네임스페이스