言語

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

プロパティ値

ルートの種類。

適用対象