DataBoundControlDesigner.GetDesignTimeDataSource メソッド

定義

関連付けられている DataSourceDesigner プロパティまたは DataSource プロパティからデザイン時のデータ ソースを取得します。

protected:
 virtual System::Collections::IEnumerable ^ GetDesignTimeDataSource();
protected virtual System.Collections.IEnumerable GetDesignTimeDataSource ();
abstract member GetDesignTimeDataSource : unit -> System.Collections.IEnumerable
override this.GetDesignTimeDataSource : unit -> System.Collections.IEnumerable
Protected Overridable Function GetDesignTimeDataSource () As IEnumerable

戻り値

デザイン時のデータ ソースを参照する IEnumerable インターフェイスを実装するオブジェクト。

適用対象

こちらもご覧ください