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.
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: 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 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: