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
- context 
 Type: ITypeDescriptorContext- An ITypeDescriptorContext that provides a format context. 
Return Value
Type: Boolean
true if the StandardValuesCollection that is returned from GetStandardValues is an exhaustive list of possible values; false if other values are possible.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BaseEnumStringConverter<T> Class