Compartilhar via


AssociatedMetadataProvider.GetTypeDescriptor(Type) Método

Definição

Quando substituído em uma classe derivada, retorna um objeto descritor para um 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

O tipo.

Retornos

ICustomTypeDescriptor

O objeto descritor de tipo.

Aplica-se a