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.

적용 대상