XmlDataSource.IListSource.GetList メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「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 を実装するオブジェクト。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスがインターフェイスにXmlDataSourceIListSourceキャストされている場合にのみ使用できます。