TypeDescriptionProvider::GetTypeDescriptor Method (Type^)

 

Gets a custom type descriptor for the given type.

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

public:
ICustomTypeDescriptor^ GetTypeDescriptor(
	Type^ objectType
)

Parameters

objectType
Type: System::Type^

The type of object for which to retrieve the type descriptor.

Return Value

Type: System.ComponentModel::ICustomTypeDescriptor^

An ICustomTypeDescriptor that can provide metadata for the type.

.NET Framework
Available since 2.0
Return to top
Show: