다음을 통해 공유


PropertyValue.HasSubProperties 속성

정의

파생 클래스에서 구현되는 경우 이 속성의 형식이 하위 속성을 지원하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

true 형식이 하위 속성을 지 원하는 경우 그렇지 않으면 false합니다.

설명

일반적인 구현에서는 TypeConverter를 사용하여 하위 속성이 있는지 확인합니다.

적용 대상