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

[To be supplied.]

Overload List

Gets a value indicating whether this object supports properties. By default, this is false.

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

Gets a value indicating whether this object supports properties. By default, this is false.

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

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace