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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.