JavaScriptTypeResolver.ResolveTypeId(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在衍生類別中覆寫時,會回傳指定 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,則型別解析器不支援該型別。