共用方式為


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

要解析的 Managed 型別。

傳回

指定之 Managed 型別的名稱。

備註

ResolveTypeId如果方法傳 null 回 或 Empty ,則類型解析程式不支援類型。

適用於