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 |
このインスタンスの CLR 型をラップする DependencyObjectType を取得します。 (継承元 DependencyObject) |
| Dispatcher |
このDispatcherが関連付けられているDispatcherObjectを取得します。 (継承元 DispatcherObject) |
| IsSealed |
このインスタンスが現在シールされているかどうかを示す値を取得します (読み取り専用)。 (継承元 DependencyObject) |
メソッド
イベント
| 名前 | 説明 |
|---|---|
| CollectionChanged |
含まれているコレクションが変更されたときに発生します。 |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| INotifyCollectionChanged.CollectionChanged |
包含コレクションが変更されたときに発生します。 |
| IWeakEventListener.ReceiveWeakEvent(Type, Object, EventArgs) |
このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 |