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!

ICustomTypeDescriptor.GetConverter

Retrieves the type converter for this object.

[Visual Basic]
Function GetConverter() As TypeConverter
[C#]
TypeConverter GetConverter();
[C++]
TypeConverter* GetConverter() = 0;
[JScript]
function GetConverter() : TypeConverter;

Return Value

A TypeConverter. If null is returned, the default is used.

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace