次の方法で共有


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

プロパティ値

ルート型。

適用対象