DataMemberConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework (current version)
Gets the data members present within the selected data source, if information about them is available.
Assembly: System.Design (in System.Design.dll)
public override TypeConverter.StandardValuesCollection GetStandardValues( ITypeDescriptorContext context )
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 data members of the data source selected for the component.
The converter uses the IDataSourceProvider implementation of the associated component's designer to retrieve the current data source selection.
.NET Framework
Available since 1.1
Available since 1.1
Show: