IReadOnlyObservableSet<T> 인터페이스

정의

상수 시간 Contains 조회를 제공하는 읽기 전용으로 관찰 가능한 컬렉션입니다.

generic <typename T>
public interface class IReadOnlyObservableSet : Microsoft::VisualStudio::Shell::IReadOnlyObservableSet, System::Collections::Generic::IEnumerable<T>, System::Collections::Specialized::INotifyCollectionChanged
public interface IReadOnlyObservableSet<T> : Microsoft.VisualStudio.Shell.IReadOnlyObservableSet, System.Collections.Generic.IEnumerable<T>, System.Collections.Specialized.INotifyCollectionChanged
type IReadOnlyObservableSet<'T> = interface
    interface IReadOnlyObservableSet
    interface IEnumerable
    interface INotifyCollectionChanged
    interface seq<'T>
Public Interface IReadOnlyObservableSet(Of T)
Implements IEnumerable(Of T), INotifyCollectionChanged, IReadOnlyObservableSet

형식 매개 변수

T

집합에 저장된 항목의 형식입니다.

파생
구현

설명

이 인터페이스는 기본 클래스에서 솔루션 필터에서 ReadOnlyObservableSet<T> 계층 구조 항목(점진적 노드 아님)을 구체적으로 필터링하는 데 사용됩니다. 솔루션 필터를 처음부터 만드는 경우 를 사용합니다 IReadOnlyObservableSet.

속성

Count

IReadOnlyObservableSet에 포함된 요소 수를 가져옵니다.

(다음에서 상속됨 IReadOnlyObservableSet)

메서드

Contains(Object)

IReadOnlyObservableSet에 특정 값이 들어 있는지 여부를 확인합니다.

(다음에서 상속됨 IReadOnlyObservableSet)
Contains(T)

IReadOnlyObservableSet<T>에 특정 값이 들어 있는지 여부를 확인합니다.

확장 메서드

EmptyIfNull<T>(IEnumerable<T>)

null이 아닌 경우 이 열거형을 반환합니다. null인 경우 빈 열거형을 반환합니다.

적용 대상