DataFieldConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 2.0
Gets the data fields present within the selected data source if information about them is available.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual StandardValuesCollection^ GetStandardValues ( ITypeDescriptorContext^ context ) override
public StandardValuesCollection GetStandardValues ( ITypeDescriptorContext context )
public override function GetStandardValues ( context : ITypeDescriptorContext ) : StandardValuesCollection
Parameters
- context
An ITypeDescriptorContext object indicating the component or control to get values for.
Return Value
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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Show: