Share via


MetaType.IsInheritanceDefault 속성

정의

파생 클래스에서 재정의될 때 이 형식이 상속 계층 구조의 기본값으로 사용되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

이 형식이 상속 계층 구조의 기본값으로 사용되면 true이고, 그렇지 않으면 false입니다.

적용 대상