AssociatedValidatorProvider.GetTypeDescriptor Method (Type)

 

Gets a type descriptor for the specified type.

Namespace:   System.Web.Http.Validation.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

protected virtual ICustomTypeDescriptor GetTypeDescriptor(
    Type type
)
protected:
virtual ICustomTypeDescriptor^ GetTypeDescriptor(
    Type^ type
)
abstract GetTypeDescriptor : 
        type:Type -> ICustomTypeDescriptor
override GetTypeDescriptor : 
        type:Type -> ICustomTypeDescriptor
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.ICustomTypeDescriptor

A type descriptor for the specified type.

See Also

AssociatedValidatorProvider Class
System.Web.Http.Validation.Providers Namespace

Return to top