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

[To be supplied.]

Overload List

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;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace