AssociatedValidatorProvider::GetTypeDescriptor Method

Gets a type descriptor for the specified type.

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

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.
Show: