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

适用于