言語

MetaType.HasInheritance プロパティ

定義

派生クラスでオーバーライドされると、型がマップされた継承階層の一部であるかどうかを示す値を取得します。

public:
 abstract property bool HasInheritance { bool get(); };
public abstract bool HasInheritance { get; }
member this.HasInheritance : bool
Public MustOverride ReadOnly Property HasInheritance As Boolean

プロパティ値

true 型がマップされた継承階層の一部である場合。それ以外の場合は false

適用対象