Persistate API documentation
GetStandardValues Method (context)
NamespacesPersistateMultiValueConverterGetStandardValues(ITypeDescriptorContext)

[This is preliminary documentation and is subject to change.]

Obtains a collection of standard values for the data type this type converter is designed for when provided with a format context.
Declaration Syntax
C#
public override TypeConverter..::..StandardValuesCollection GetStandardValues(
	ITypeDescriptorContext context
)
Parameters
context (ITypeDescriptorContext)
A ITypeDescriptorContext that provides a format context.
Return Value
A StandardValuesCollection that holds a standard set of valid values, or null if the data type does not support a standard set of values.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)