次の方法で共有


ObjectDesignerDataSourceView.GetDesignTimeData(Int32, Boolean) メソッド

定義

関連付けられているデータ ソース コントロールのスキーマに一致するデザイン時データを生成します。

public:
 override System::Collections::IEnumerable ^ GetDesignTimeData(int minimumRows, [Runtime::InteropServices::Out] bool % isSampleData);
public override System.Collections.IEnumerable GetDesignTimeData (int minimumRows, out bool isSampleData);
override this.GetDesignTimeData : int * bool -> System.Collections.IEnumerable
Public Overrides Function GetDesignTimeData (minimumRows As Integer, ByRef isSampleData As Boolean) As IEnumerable

パラメーター

minimumRows
Int32

取得する行の最小行数を格納している整数。

isSampleData
Boolean

返されるデータがサンプル データかまたは実際のデータかを示す値。

戻り値

関連付けられている ObjectDataSource によって表されるデータのサンプル。デザイナーがサンプル データを生成できない場合は null

注釈

メソッドは GetDesignTimeData 、関連付けられたデータ バインド コントロール デザイナーで使用するビューのデザイン時バージョン ObjectDataSource を提供します。

デザイナーがデザイン時に実際のデータ アクセスを実行することは想定されていません。 代わりに、デザイナーはデータ ソースのスキーマに一致するサンプル データを作成します。

適用対象

こちらもご覧ください