BaseEnumStringConverter<T>.GetStandardValuesExclusive Method (ITypeDescriptorContext)

Returns a value that indicates whether the collection of standard values that is returned from GetStandardValues is an exclusive list of possible values 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 GetStandardValuesExclusive ( _
    context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesExclusive(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesExclusive(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool 
override GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool 
public override function GetStandardValuesExclusive(
    context : ITypeDescriptorContext
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the System.ComponentModel.TypeConverter.StandardValuesCollection that is returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.

.NET Framework Security

See Also

Reference

BaseEnumStringConverter<T> Class

GetStandardValuesExclusive Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace