ToolboxItemCollection 클래스

정의

도구 상자 항목의 컬렉션을 나타냅니다.

public ref class ToolboxItemCollection sealed : System::Collections::ReadOnlyCollectionBase
public sealed class ToolboxItemCollection : System.Collections.ReadOnlyCollectionBase
type ToolboxItemCollection = class
    inherit ReadOnlyCollectionBase
Public NotInheritable Class ToolboxItemCollection
Inherits ReadOnlyCollectionBase
상속
ToolboxItemCollection

생성자

Name Description
ToolboxItemCollection(ToolboxItem[])

지정된 도구 상자 항목 배열을 ToolboxItemCollection 사용하여 클래스의 새 인스턴스를 초기화합니다.

ToolboxItemCollection(ToolboxItemCollection)

지정된 컬렉션을 사용하여 클래스의 ToolboxItemCollection 새 인스턴스를 초기화합니다.

속성

Name Description
Count

인스턴스에 포함된 ReadOnlyCollectionBase 요소 수를 가져옵니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
InnerList

인스턴스에 포함된 ReadOnlyCollectionBase 요소 목록을 가져옵니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
Item[Int32]

지정된 인덱스에서 ToolboxItem 가져옵니다.

메서드

Name Description
Contains(ToolboxItem)

컬렉션에 지정된 ToolboxItem항목이 포함되어 있는지 여부를 나타냅니다.

CopyTo(ToolboxItem[], Int32)

지정된 대상 인덱스로 시작하는 지정된 배열에 컬렉션을 복사합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

인스턴스를 반복하는 열거자를 반환합니다 ReadOnlyCollectionBase .

(다음에서 상속됨 ReadOnlyCollectionBase)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(ToolboxItem)

컬렉션에 있는 경우 지정된 ToolboxItem인덱스를 가져옵니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

Name Description
ICollection.CopyTo(Array, Int32)

대상 배열의 지정된 인덱스에서 시작하여 호환되는 1차원ReadOnlyCollectionBase으로 전체를 Array 복사합니다.

(다음에서 상속됨 ReadOnlyCollectionBase)
ICollection.IsSynchronized

개체에 대한 액세스 ReadOnlyCollectionBase 가 동기화되는지 여부를 나타내는 값을 가져옵니다(스레드로부터 안전).

(다음에서 상속됨 ReadOnlyCollectionBase)
ICollection.SyncRoot

개체에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 ReadOnlyCollectionBase 가져옵니다.

(다음에서 상속됨 ReadOnlyCollectionBase)

확장명 메서드

Name Description
AsParallel(IEnumerable)

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)

IEnumerable IQueryable변환합니다.

Cast<TResult>(IEnumerable)

IEnumerable 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable 요소를 필터링합니다.

적용 대상