Spread for ASP.NET 8.0 Product Documentation
GetStandardValues(ITypeDescriptorContext) Method


Context information, such as column or container
Retrieves the set of standard values for this type.
Syntax
'Declaration
 
Public Overloads Overrides Function GetStandardValues( _
   ByVal context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection
'Usage
 
Dim instance As DataFieldConverter
Dim context As ITypeDescriptorContext
Dim value As TypeConverter.StandardValuesCollection
 
value = instance.GetStandardValues(context)
public override TypeConverter.StandardValuesCollection GetStandardValues( 
   ITypeDescriptorContext context
)

Parameters

context
Context information, such as column or container

Return Value

TypeConverter.StandardValuesCollection collection of type converter standard values
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DataFieldConverter Class
DataFieldConverter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.