DataBoundControlDesigner.GetDesignTimeDataSource 方法

定义

从关联的 DataSourceDesignerDataSource 属性中获取设计时数据源。

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

返回

实现引用设计时数据源的 IEnumerable 接口的对象。

适用于

另请参阅