DataBoundControlDesigner.GetDesignTimeDataSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.