共用方式為


IReadOnlyObservableSet<T> 介面

定義

提供常數時間包含查閱的唯讀可觀察集合。

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,則傳回空列舉。

適用於