IComNativeDescriptorHandler::GetConverter Method (Object^)

 
obsoleteCodeEntityP:System.ComponentModel.TypeDescriptor.ComObjectType

Gets the type converter for the specified component.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

TypeConverter^ GetConverter(
	Object^ component
)

Parameters

component
Type: System::Object^

The component to get the TypeConverter for.

Return Value

Type: System.ComponentModel::TypeConverter^

The TypeConverter for component.

System_CAPS_noteNote

This API is now obsolete. The non-obsolete alternative is ComObjectType.

.NET Framework
Available since 1.1
Return to top
Show: