RepeaterDesigner.GetDesignTimeDataSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回设计时示例数据。
重载
GetDesignTimeDataSource(IEnumerable, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 根据提供的数据同时使用指定的行数返回设计时示例数据。 |
GetDesignTimeDataSource(Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 根据 GetResolvedSelectedDataSource() 方法同时使用指定的行数返回设计时示例数据。 |
GetDesignTimeDataSource(IEnumerable, Int32)
根据提供的数据同时使用指定的行数返回设计时示例数据。
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
System::Collections::IEnumerable ^ GetDesignTimeDataSource(System::Collections::IEnumerable ^ selectedDataSource, int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource (System.Collections.IEnumerable selectedDataSource, int minimumRows);
member this.GetDesignTimeDataSource : System.Collections.IEnumerable * int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (selectedDataSource As IEnumerable, minimumRows As Integer) As IEnumerable
参数
- selectedDataSource
- IEnumerable
一个 IEnumerable 对象,它包含要在设计时用于创建类似示例数据的数据。
- minimumRows
- Int32
数据源应包含的示例数据的最少行数。
返回
一个 IEnumerable 对象,它包含要在设计时使用的示例数据。
另请参阅
适用于
GetDesignTimeDataSource(Int32)
根据 GetResolvedSelectedDataSource() 方法同时使用指定的行数返回设计时示例数据。
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
System::Collections::IEnumerable ^ GetDesignTimeDataSource(int minimumRows);
protected System.Collections.IEnumerable GetDesignTimeDataSource (int minimumRows);
member this.GetDesignTimeDataSource : int -> System.Collections.IEnumerable
Protected Function GetDesignTimeDataSource (minimumRows As Integer) As IEnumerable
参数
- minimumRows
- Int32
数据源应包含的示例数据的最少行数。
返回
一个 IEnumerable 对象,它包含要在设计时使用的示例数据。