次の方法で共有


SiteMapDesignerDataSourceView.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

サンプル データを示す場合は true。実データを示す場合は false

戻り値

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

適用対象

こちらもご覧ください