共用方式為


MetaType.HasInheritanceCode 屬性

定義

在衍生類別中覆寫時,會取得值,指出此類型是否會定義繼承碼。

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

屬性值

如果這個型別會定義繼承碼,則為 true,否則為 false

適用於