DependencyPropertyDescriptor.Category 속성

정의

CategoryAttribute에 지정된, 해당 멤버가 속해 있는 범주의 이름을 가져옵니다.

public:
 virtual property System::String ^ Category { System::String ^ get(); };
public override string Category { get; }
member this.Category : string
Public Overrides ReadOnly Property Category As String

속성 값

해당 멤버가 속해 있는 범주의 이름입니다. CategoryAttribute가 없으면 범주 이름은 기본 범주인 Misc로 설정됩니다.

설명

이 속성은 기본 PropertyDescriptor를 사용합니다.

적용 대상