Share via


MetaType.InheritanceBase プロパティ

定義

派生クラスでオーバーライドされた場合は、継承階層の基本メタ型が取得されます。

public:
 abstract property System::Data::Linq::Mapping::MetaType ^ InheritanceBase { System::Data::Linq::Mapping::MetaType ^ get(); };
public abstract System.Data.Linq.Mapping.MetaType InheritanceBase { get; }
member this.InheritanceBase : System.Data.Linq.Mapping.MetaType
Public MustOverride ReadOnly Property InheritanceBase As MetaType

プロパティ値

現在の継承階層の基本メタ型。

適用対象