次の方法で共有


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 しくなく、非リフレクション型との比較には使用しないでください。

適用対象