共用方式為


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

適用於