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: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext object 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.
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: