ObjectQuery.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

プロパティ値

ブール値です。

実装

注釈

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

クエリによって返されるコレクションにはコレクションではなくオブジェクトが含まれているため、このプロパティは常に false を返します。

適用対象