DataBoundControlDesigner.GetSampleDataSource メソッド

定義

DataSourceDesigner プロパティまたは DataSource プロパティからサンプル データを作成できない場合に、データ バインド コントロールをデザイン サーフェイスに表示するためのダミーのサンプル データを取得します。

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

戻り値

データ バインド コントロールをデザイン サーフェイスに表示するために使用するダミーのサンプル データを格納している IEnumerable インターフェイスを実装するオブジェクト。

適用対象

こちらもご覧ください