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
要解析的 Managed 型別。
傳回
指定之 Managed 型別的名稱。
備註
ResolveTypeId如果方法傳 null
回 或 Empty ,則類型解析程式不支援類型。