Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSourceConverter::GetStandardValues Method (ITypeDescriptorContext^)

 

Gets the standard data sources accessible to the control.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual TypeConverter::StandardValuesCollection^ GetStandardValues(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext indicating the component or control to get values for.

Return Value

Type: System.ComponentModel::TypeConverter::StandardValuesCollection^

A TypeConverter::StandardValuesCollection listing the standard accessible data sources.

The data sources that are accessible to the component are determined by retrieving a list of components from the designer, testing each component with the IsValidDataSource method, and then returning the components that are valid data sources.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft