EntityCollection<TEntity>.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

実装

注釈

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

このメソッドを使用すると、EntityCollection<TEntity> にデータをバインドできます。 これはコレクションにバインドされたコントロールによって呼び出されます。 詳しくは、「コントロールへのオブジェクトのバインド」をご覧ください。

適用対象