CollectionContainer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
保留现有的集合结构,如 ObservableCollection<T> 或 DataSet,以在 CompositeCollection 中使用。
public ref class CollectionContainer : System::Windows::DependencyObject, System::Collections::Specialized::INotifyCollectionChanged, System::Windows::IWeakEventListener
public class CollectionContainer : System.Windows.DependencyObject, System.Collections.Specialized.INotifyCollectionChanged, System.Windows.IWeakEventListener
type CollectionContainer = class
inherit DependencyObject
interface INotifyCollectionChanged
interface IWeakEventListener
Public Class CollectionContainer
Inherits DependencyObject
Implements INotifyCollectionChanged, IWeakEventListener
- 继承
- 实现
构造函数
CollectionContainer() |
初始化 CollectionContainer 类的新实例。 |
字段
CollectionProperty |
标识 Collection 依赖项属性。 |
属性
Collection |
获取或设置要添加的集合。 |
DependencyObjectType |
DependencyObjectType获取包装此实例的 CLR 类型的 。 (继承自 DependencyObject) |
Dispatcher |
获取与此 Dispatcher 关联的 DispatcherObject。 (继承自 DispatcherObject) |
IsSealed |
获取一个值,该值指示此实例当前是否为密封的(只读)。 (继承自 DependencyObject) |
方法
事件
CollectionChanged |
当包含的集合更改时发生。 |
显式接口实现
INotifyCollectionChanged.CollectionChanged |
在包含的集合更改后发生。 |
IWeakEventListener.ReceiveWeakEvent(Type, Object, EventArgs) |
此成员支持Windows Presentation Foundation (WPF) 基础结构,不应直接从代码使用。 |