DataBoundControlDesigner.GetSampleDataSource 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 dummy sample data to render the data-bound control on the design surface if sample data cannot be created from the DataSourceDesigner
or DataSource
properties.
protected:
virtual System::Collections::IEnumerable ^ GetSampleDataSource();
protected virtual System.Collections.IEnumerable GetSampleDataSource ();
abstract member GetSampleDataSource : unit -> System.Collections.IEnumerable
override this.GetSampleDataSource : unit -> System.Collections.IEnumerable
Protected Overridable Function GetSampleDataSource () As IEnumerable
Returns
An object that implements the IEnumerable interface containing dummy sample data used to render the data-bound control on the design surface.
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.