AssociatedMetadataProvider.GetTypeDescriptor Method
Returns the type descriptor from the specified type.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overridable Function GetTypeDescriptor ( _ type As Type _ ) As ICustomTypeDescriptor 'Usage Dim type As Type Dim returnValue As ICustomTypeDescriptor returnValue = Me.GetTypeDescriptor(type)
Parameters
- type
- Type: System.Type
The type.
Show: