DataTable.IListSource.GetList メソッド

定義

このメンバーの詳細については、「GetList()」をご覧ください。

 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

実装

注釈

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

適用対象