AssociatedMetadataProvider.GetTypeDescriptor Method (Type)

.NET Framework (current version)
 

When overridden in a derived class, returns a descriptor object for a specified type.

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

Protected Overridable Function GetTypeDescriptor (
	type As Type
) As ICustomTypeDescriptor

Parameters

type
Type: System.Type

The type.

Return Value

Type: System.ComponentModel.ICustomTypeDescriptor

The type descriptor object.

.NET Framework
Available since 4.5
Return to top
Show: