CodeDomSerializerBase.GetReflectionTypeFromTypeHelper 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取从类型元数据生成的反射类型。
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
且不应用于与非反射类型进行比较。