다음을 통해 공유


LocalizablePropertyCategoryAttribute 클래스

정의

속성의 지역화된 범주를 제공합니다. 이 클래스는 상속될 수 없습니다.

public ref class LocalizablePropertyCategoryAttribute sealed : System::ComponentModel::CategoryAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : System.ComponentModel.CategoryAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute = class
    inherit CategoryAttribute
Public NotInheritable Class LocalizablePropertyCategoryAttribute
Inherits CategoryAttribute
상속
LocalizablePropertyCategoryAttribute
특성

설명

A CategoryAttribute 는 컨트롤이 모드로 설정된 속성 또는 이벤트를 나열할 때 속성 또는 이벤트를 연결할 범주를 System.Windows.Forms.PropertyGridCategorized 나타냅니다. 자세한 내용은 .NET Framework 클래스 라이브러리의 "CategoryAttribute 클래스"를 참조하세요.

생성자

LocalizablePropertyCategoryAttribute(Type, String)

지정된 유형과 속성 이름을 사용하여 LocalizablePropertyCategoryAttribute 클래스의 새 인스턴스를 초기화합니다.

적용 대상