[To be supplied.]
Retrieves a collection containing a set of standard values for the data type this validator is designed for. This will return null if the data type does not support a standard set of values.
[Visual Basic] Overloads Public Function GetStandardValues() As ICollection
[C#] public ICollection GetStandardValues();
[C++] public: ICollection* GetStandardValues();
[JScript] public function GetStandardValues() : ICollection;
Retrieves a collection containing a set of standard values for the data type this validator is designed for. This will return null if the data type does not support a standard set of values.
[Visual Basic] Overloads Overridable Public Function GetStandardValues(ITypeDescriptorContext) As StandardValuesCollection
[C#] public virtual StandardValuesCollection GetStandardValues(ITypeDescriptorContext);
[C++] public: virtual StandardValuesCollection* GetStandardValues(ITypeDescriptorContext*);
[JScript] public function GetStandardValues(ITypeDescriptorContext) : StandardValuesCollection;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace