Share via


MetaType.InheritanceCode 속성

정의

파생 클래스에서 재정의될 때 이 형식이 상속 코드를 정의하는지 여부를 나타내는 값을 가져옵니다.

public:
 abstract property System::Object ^ InheritanceCode { System::Object ^ get(); };
public abstract object InheritanceCode { get; }
member this.InheritanceCode : obj
Public MustOverride ReadOnly Property InheritanceCode As Object

속성 값

이 형식이 상속 코드를 정의하면 true이고, 그렇지 않으면 false입니다.

적용 대상