CustomReflectionContext.MapType(TypeInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此反射內容中由來自另一個反射內容的物件所代表的型別表示。
public:
override System::Reflection::TypeInfo ^ MapType(System::Reflection::TypeInfo ^ type);
public override System.Reflection.TypeInfo MapType (System.Reflection.TypeInfo type);
override this.MapType : System.Reflection.TypeInfo -> System.Reflection.TypeInfo
Public Overrides Function MapType (type As TypeInfo) As TypeInfo
參數
- type
- TypeInfo
要在此內容中表示之型別的外部表示。
傳回
此反射內容中的型別表示。