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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.