IReadOnlyObservableSet 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供常數時間 Contains 查閱的唯讀可觀察集合。
public interface class IReadOnlyObservableSet : System::Collections::IEnumerable, System::Collections::Specialized::INotifyCollectionChanged
public interface IReadOnlyObservableSet : System.Collections.IEnumerable, System.Collections.Specialized.INotifyCollectionChanged
type IReadOnlyObservableSet = interface
interface IEnumerable
interface INotifyCollectionChanged
Public Interface IReadOnlyObservableSet
Implements IEnumerable, INotifyCollectionChanged
- 衍生
- 實作
備註
如果您要從頭開始建立解決方案篩選,請使用這個介面。 否則,請使用 IReadOnlyObservableSet<T> 介面。
屬性
Count |
取得 IReadOnlyObservableSet 中所包含的項目數。 |
方法
Contains(Object) |
判斷 IReadOnlyObservableSet 是否包含特定值。 |