EntityCollection<TEntity>.IListSource.ContainsListCollection プロパティ

定義

関連エンティティのコレクションがコレクション オブジェクトで構成されているかどうかを示す値を取得します。

property bool System::ComponentModel::IListSource::ContainsListCollection { bool get(); };
bool System.ComponentModel.IListSource.ContainsListCollection { get; }
member this.System.ComponentModel.IListSource.ContainsListCollection : bool
 ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection

プロパティ値

このプロパティは常に false を返します。EntityCollection<TEntity> にはコレクションではなくオブジェクトが含まれるためです。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、EntityCollection<TEntity> のインスタンスが IListSource インターフェイスにキャストされる場合のみ、使用できます。

適用対象