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

適用対象