AssociatedValidatorProvider.GetTypeDescriptor(Type) Metodo

Definizione

Ottiene un descrittore di tipi per il tipo specificato.

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

Parametri

type
Type

Tipo.

Restituisce

ICustomTypeDescriptor

Descrittore di tipo.

Si applica a