共用方式為


MetaType.InheritanceRoot 屬性

定義

在衍生類別中覆寫時,會取得繼承階層的根類型。

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

屬性值

根型別。

適用於