共用方式為


SiteMapDesignerDataSourceView.GetDesignTimeData(Int32, Boolean) 方法

定義

產生設計階段資料,該資料符合使用所提供資料列數之關聯資料來源控制項的結構描述,並傳回布林 (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 表示實際資料。

傳回

符合相關聯資料來源控制項之結構描述的設計階段資料。

適用於

另請參閱