次の方法で共有


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

適用対象