BaseEnumStringConverter<T>.GetStandardValuesSupported Method (ITypeDescriptorContext)

Returns a value that indicates whether this object supports a standard set of values that can be picked from a list by using the specified context.

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

Syntax

'Declaration
Public Overrides Function GetStandardValuesSupported ( _
    context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesSupported(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool 
override GetStandardValuesSupported : 
        context:ITypeDescriptorContext -> bool 
public override function GetStandardValuesSupported(
    context : ITypeDescriptorContext
) : boolean

Parameters

Return Value

Type: System.Boolean
true if GetStandardValues must be called to find a common set of values that the object supports; otherwise, false.

.NET Framework Security

See Also

Reference

BaseEnumStringConverter<T> Class

GetStandardValuesSupported Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace