DataBoundControlDesigner.GetDesignTimeDataSource Method

Definition

Gets the design-time data source from either the associated DataSourceDesigner or the DataSource property.

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

Returns

An object that implements an IEnumerable interface referencing the design-time data source.

Applies to

See also