次の方法で共有


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 の場合は、空の列挙を返します。

適用対象