IReadOnlyObservableSet 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供常量时间包含查找的只读可观测集合。
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 是否包含特定值。 |