AssociatedValidatorProvider.GetTypeDescriptor(Type) Method

Definition

Gets a type descriptor for the specified type.

protected virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type type);
abstract member GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
override this.GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
Protected Overridable Function GetTypeDescriptor (type As Type) As ICustomTypeDescriptor

Parameters

type
Type

The type of the validation provider.

Returns

A type descriptor for the specified type.

Applies to