DataFieldConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework (current version)
Gets the data fields present within the selected data source if information about them is available.
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 object indicating the component or control to get values for.
Return Value
Type: System.ComponentModel.TypeConverter.StandardValuesCollectionA TypeConverter.StandardValuesCollection listing the standard accessible data sources.
This method uses the IDataSourceProvider implementation on the component's designer to retrieve the selected data source.
.NET Framework
Available since 1.1
Available since 1.1
Show: