DataSourceConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework (current version)
Gets the standard data sources accessible to the control.
Assembly: System.Design (in System.Design.dll)
Public Overrides Function GetStandardValues ( context As ITypeDescriptorContext ) As TypeConverter.StandardValuesCollection
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext indicating the component or control to get values for.
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollectionA 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
Available since 1.1
Show: