次の方法で共有


MetaType.GetInheritanceType(Type) メソッド

定義

派生クラスでオーバーライドされた場合は、継承サブタイプの MetaType が取得されます。

public:
 abstract System::Data::Linq::Mapping::MetaType ^ GetInheritanceType(Type ^ type);
public abstract System.Data.Linq.Mapping.MetaType GetInheritanceType (Type type);
abstract member GetInheritanceType : Type -> System.Data.Linq.Mapping.MetaType
Public MustOverride Function GetInheritanceType (type As Type) As MetaType

パラメーター

type
Type

サブタイプ。

戻り値

継承サブタイプの MetaType

適用対象