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 方法回傳 nullEmpty,則型別解析器不支援該型別。

適用於