MetaType.InheritanceCode 属性
定义
在派生类中重写时,获取一个值,该值指示此类型是否定义继承代码。When overridden in a derived class, gets a value indicating whether this type defines an inheritance code.
public:
abstract property System::Object ^ InheritanceCode { System::Object ^ get(); };
public abstract object InheritanceCode { get; }
member this.InheritanceCode : obj
Public MustOverride ReadOnly Property InheritanceCode As Object
属性值
如果此类型定义继承代码,则为 true;否则为 false。true if this type defines an inheritance code; otherwise false.