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.GetStandardValuesExclusive

[To be supplied.]

Overload List

Gets a value indicating whether the list of standard values returned from GetStandardValues is an exclusive list. If the list is exclusive, then no other values are valid, such as in an enum data type. If the list is not exclusive, then there are other valid values besides the list of standard values GetStandardValues provides.

[Visual Basic] Overloads Public Function GetStandardValuesExclusive() As Boolean
[C#] public bool GetStandardValuesExclusive();
[C++] public: bool GetStandardValuesExclusive();
[JScript] public function GetStandardValuesExclusive() : Boolean;

Gets a value indicating whether the list of standard values returned from GetStandardValues is an exclusive list. If the list is exclusive, then no other values are valid, such as in an enum data type. If the list is not exclusive, then there are other valid values besides the list of standard values GetStandardValues provides.

[Visual Basic] Overloads Overridable Public Function GetStandardValuesExclusive(ITypeDescriptorContext) As Boolean
[C#] public virtual bool GetStandardValuesExclusive(ITypeDescriptorContext);
[C++] public: virtual bool GetStandardValuesExclusive(ITypeDescriptorContext*);
[JScript] public function GetStandardValuesExclusive(ITypeDescriptorContext) : Boolean;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace