DataMemberConverter::GetStandardValues Method (ITypeDescriptorContext^)

 

Gets the data members present within the selected data source, if information about them is available.

Namespace:   System.Web.UI.Design
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
Return to top
Show: