언어

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 는 속성 Categorized 이나 이벤트를 나열할 때 속성이나 이벤트를 연관시킬 카테고리를 나타냅니다.System.Windows.Forms.PropertyGrid 자세한 내용은 .NET 프레임워크 클래스 라이브러리의 "CategoryAttribute Class"를 참조하세요.

생성자

Name Description
LocalizablePropertyCategoryAttribute(Type, String)

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

적용 대상