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 StandardValuesCollection
public override StandardValuesCollection GetStandardValues(
    ITypeDescriptorContext context
)
public:
virtual StandardValuesCollection^ GetStandardValues(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValues : 
        context:ITypeDescriptorContext -> StandardValuesCollection  
override GetStandardValues : 
        context:ITypeDescriptorContext -> StandardValuesCollection
public override function GetStandardValues(
    context : ITypeDescriptorContext
) : StandardValuesCollection

Parameters

  • context
    Type: 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: StandardValuesCollection
A 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