Share via


CodeDomSerializerBase.GetReflectionTypeFromTypeHelper 方法

定义

获取从类型元数据生成的反射类型。

protected:
 static Type ^ GetReflectionTypeFromTypeHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, Type ^ type);
protected static Type GetReflectionTypeFromTypeHelper (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, Type type);
static member GetReflectionTypeFromTypeHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * Type -> Type
Protected Shared Function GetReflectionTypeFromTypeHelper (manager As IDesignerSerializationManager, type As Type) As Type

参数

manager
IDesignerSerializationManager

序列化管理器。

type
Type

要从中使用元数据的类型。

返回

type 的元数据生成的反射类型。

注解

返回值不等于 type 且不应用于与非反射类型进行比较。

适用于