WindowCollection 클래스

정의

Window 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

public ref class WindowCollection sealed : System::Collections::ICollection
public sealed class WindowCollection : System.Collections.ICollection
type WindowCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class WindowCollection
Implements ICollection
상속
WindowCollection
구현

생성자

WindowCollection()

WindowCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Count

Window 컬렉션에 들어 있는 WindowCollection 개체 수를 가져옵니다.

IsSynchronized

WindowCollection 개체가 스레드로부터 안전한지 여부를 나타내는 값을 가져옵니다.

Item[Int32]

지정된 인덱스의 Window 또는 NavigationWindow 개체를 가져옵니다.

SyncRoot

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

메서드

CopyTo(Window[], Int32)

지정된 인덱스부터 시작하여 컬렉션의 각 Window 개체를 배열로 복사합니다.

Equals(Object)

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

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

컬렉션의 IEnumerator 개체를 열거하는 데 사용할 수 있는 Window를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.CopyTo(Array, Int32)

이 멤버에 대한 설명은 CopyTo(Array, Int32)를 참조하세요.

확장 메서드

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상