Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a type descriptor for 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 of the validation provider.
Return Value
Type: System.ComponentModel.ICustomTypeDescriptor
A type descriptor for the specified type.