IFilteredItemsSource 接口

命名空间:  Microsoft.Internal.VisualStudio.PlatformUI
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Interface IFilteredItemsSource _
    Inherits IReadOnlyObservableSet, IEnumerable, INotifyCollectionChanged
public interface IFilteredItemsSource : IReadOnlyObservableSet, 
    IEnumerable, INotifyCollectionChanged

IFilteredItemsSource 类型公开以下成员。

属性

  名称 说明
公共属性 Count Gets the number of elements contained in the IReadOnlyObservableSet. (继承自 IReadOnlyObservableSet。)

页首

方法

  名称 说明
公共方法 Contains Determines whether the IReadOnlyObservableSet contains a specific value. (继承自 IReadOnlyObservableSet。)
公共方法 GetEnumerator 返回一个循环访问集合的枚举数。 (继承自 IEnumerable。)
公共方法 GetFilterDescendantsBehavior

页首

事件

  名称 说明
公共事件 CollectionChanged 当集合更改时发生。 (继承自 INotifyCollectionChanged。)

页首

请参见

参考

Microsoft.Internal.VisualStudio.PlatformUI 命名空间