AssociatedMetadataProvider::GetTypeDescriptor Method

Returns the type descriptor from the specified type.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

protected:
virtual ICustomTypeDescriptor^ GetTypeDescriptor(
	Type^ type
)

Parameters

type
Type: System::Type
The type.

Return Value

Type: System.ComponentModel::ICustomTypeDescriptor
The type descriptor.
Show: