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

屬性值

目前繼承階層架構的基底中繼型別。

適用於