NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeConverter.GetStandardValues ()

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;

Return Value

A collection containing a standard set of valid values, or null. The default implementation always returns null.

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.GetStandardValues Overload List