DataFieldConverter.GetStandardValues Method (ITypeDescriptorContext)

Gets a list of fields in the selected data source if information about them is available, using the provided context.

Namespace: System.Web.UI.Design.MobileControls.Converters
Assembly: System.Web.Mobile (in system.web.mobile.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 that represents the data-bound component or the control that the property belongs to.

Return Value

A TypeConverter.StandardValuesCollection object containing a list of the names of fields available in the data source.

NoteNote

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.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, 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.

.NET Framework

Supported in: 2.0, 1.1

Community Additions

ADD
Show: