Share via


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입니다.

적용 대상