次の方法で共有


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

適用対象