CollectionContainer クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CompositeCollection 内部で使用される、ObservableCollection<T> または DataSet などの既存のコレクション構造を保持します。
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) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。 |
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET