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>::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.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: virtual TypeConverter::StandardValuesCollection^ GetStandardValues( ITypeDescriptorContext^ context ) override
Parameters
- context
-
Type:
System.ComponentModel::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 null.
Return Value
Type: System.ComponentModel::TypeConverter::StandardValuesCollection^A System.ComponentModel::TypeConverter::StandardValuesCollection that holds a standard set of valid values, or null if the data type does not support a standard set of values.
Show: