EncodingConverterGetStandardValues Method
Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public override TypeConverterStandardValuesCollection GetStandardValues(
ITypeDescriptorContext? context
)
Public Overrides Function GetStandardValues (
context As ITypeDescriptorContext
) As TypeConverterStandardValuesCollection
public:
virtual TypeConverterStandardValuesCollection^ GetStandardValues(
ITypeDescriptorContext^ context
) override
abstract GetStandardValues :
context : ITypeDescriptorContext -> TypeConverterStandardValuesCollection
override GetStandardValues :
context : ITypeDescriptorContext -> TypeConverterStandardValuesCollection
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context. In this converter this parameter is ignored.
TypeConverterStandardValuesCollectionA
TypeConverterStandardValuesCollection that holds a standard set of valid values.