다음을 통해 공유


JavaScriptTypeResolver.ResolveTypeId(Type) 메서드

정의

파생 클래스에서 재정의된 경우 지정된 Type 개체의 형식 이름을 반환합니다.

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

매개 변수

type
Type

확인할 관리되는 형식입니다.

반환

지정된 관리되는 형식의 이름입니다.

설명

경우는 ResolveTypeId 메서드 중 하나를 반환 합니다. null 또는 Empty에서 형식 확인자 형식을 지원 하지 않습니다.

적용 대상