Share via


MetaType.IsEntity 属性

定义

在派生类中重写时,获取一个值,该值指示 MetaType 是否为实体类型。

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

属性值

如果 MetaType 是实体类型,则为 true;否则为 false

适用于