BaseEnumStringConverter<T>.GetStandardValues Method (ITypeDescriptorContext)

Returns a collection of standard values for the data type for which this type converter is designed by using the provided format context.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Overrides Function GetStandardValues ( _
    context As ITypeDescriptorContext _
) As TypeConverter..::..StandardValuesCollection
public override TypeConverter..::..StandardValuesCollection GetStandardValues(
    ITypeDescriptorContext context
)
public:
virtual TypeConverter..::..StandardValuesCollection^ GetStandardValues(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValues : 
        context:ITypeDescriptorContext -> TypeConverter..::..StandardValuesCollection 
override GetStandardValues : 
        context:ITypeDescriptorContext -> TypeConverter..::..StandardValuesCollection 
public override function GetStandardValues(
    context : ITypeDescriptorContext
) : TypeConverter..::..StandardValuesCollection

Parameters

  • context
    Type: System.ComponentModel.ITypeDescriptorContext
    An ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be nulla null reference (Nothing in Visual Basic).

Return Value

Type: System.ComponentModel.TypeConverter.StandardValuesCollection
A System.ComponentModel.TypeConverter.StandardValuesCollection that holds a standard set of valid values, or nulla null reference (Nothing in Visual Basic) if the data type does not support a standard set of values.

.NET Framework Security

See Also

Reference

BaseEnumStringConverter<T> Class

GetStandardValues Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace