TargetConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a collection of standard values from the default context for the data type this type converter is designed for.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
public: virtual StandardValuesCollection^ GetStandardValues ( ITypeDescriptorContext^ context ) override
public StandardValuesCollection GetStandardValues ( ITypeDescriptorContext context )
public override function GetStandardValues ( context : ITypeDescriptorContext ) : StandardValuesCollection
Parameters
- context
An ITypeDescriptorContext that provides a format context.
Return Value
A TypeConverter.StandardValuesCollection containing a standard set of valid values, or a null reference (Nothing in Visual Basic) if the data type does not support a standard set of values.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.
Community Additions
ADD
Show: