Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the type descriptor from the specified type.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Function GetTypeDescriptor ( _
type As Type _
) As ICustomTypeDescriptor
protected virtual ICustomTypeDescriptor GetTypeDescriptor(
Type type
)
protected:
virtual ICustomTypeDescriptor^ GetTypeDescriptor(
Type^ type
)
Parameters
- type
Type: System.Type
The type.
Return Value
Type: System.ComponentModel.ICustomTypeDescriptor
The type descriptor.