DataFieldConverter::GetStandardValues Method (ITypeDescriptorContext^)
.NET Framework (current version)
Gets a list of fields in the selected data source if information about them is available, using the provided context. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext object that represents the data-bound component or the control that the property belongs to.
Return Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A TypeConverter::StandardValuesCollection object containing a list of the names of fields available in the data source.
Note |
|---|
You typically do not access a type converter directly. This implementation of TypeConverter is intended for use by a data-bound control at design time, and is instantiated with a TypeConverterAttribute on a property. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
