The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: virtual bool GetStandardValuesSupported( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
Return Value
Type: System::Booleantrue if GetStandardValues must be called to find a common set of values that the object supports; otherwise, false.
Show: