ObjectQuery.IListSource.GetList メソッド

定義

データ バインディングに使用される IList としてコレクションを返します。

 virtual System::Collections::IList ^ System.ComponentModel.IListSource.GetList() = System::ComponentModel::IListSource::GetList;
System.Collections.IList IListSource.GetList();
abstract member System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
override this.System.ComponentModel.IListSource.GetList : unit -> System.Collections.IList
Function GetList () As IList Implements IListSource.GetList

返品

エンティティ オブジェクトの IList

実装

注釈

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

このメソッドは、クエリの結果へのデータ バインディングを有効にします。 コレクションにバインドされたコントロールによって呼び出されます。 詳しくは、「コントロールへのオブジェクトのバインド」をご覧ください。

適用対象