Share via


AssociatedValidatorProvider.GetTypeDescriptor(Type) Método

Definición

Obtiene un descriptor de tipos para el tipo especificado.

protected:
 virtual System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ 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

Parámetros

type
Type

Tipo.

Devoluciones

ICustomTypeDescriptor

Descriptor de tipos.

Se aplica a