AssociatedValidatorProvider.GetTypeDescriptor Method (Type)
Gets a type descriptor for the specified type.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Protected Overridable Function GetTypeDescriptor ( type As Type ) As ICustomTypeDescriptor
Parameters
- type
-
Type:
System.Type
The type of the validation provider.
Return Value
Type: System.ComponentModel.ICustomTypeDescriptorA type descriptor for the specified type.
Show: