JavaScriptTypeResolver.ResolveTypeId(Type) Método

Definição

Quando substituído em uma classe derivada, retorna o nome do tipo para o objeto Type especificado.When overridden in a derived class, returns the type name for the specified Type object.

public:
 abstract System::String ^ ResolveTypeId(Type ^ type);
public abstract string ResolveTypeId (Type type);
abstract member ResolveTypeId : Type -> string
Public MustOverride Function ResolveTypeId (type As Type) As String

Parâmetros

type
Type

O tipo gerenciado a ser resolvido.The managed type to be resolved.

Retornos

String

O nome do tipo gerenciado especificado.The name of the specified managed type.

Comentários

Se o ResolveTypeId método retornar null ou Empty , o resolvedor de tipo não oferecerá suporte ao tipo.If the ResolveTypeId method returns either null or Empty, then the type resolver does not support the type.

Aplica-se a