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) 基礎結構,而且不適合直接從您的程式碼使用。 |