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
属性

注解

指示 CategoryAttribute 将属性或事件与将控件中的 System.Windows.Forms.PropertyGrid 属性或事件列表设置为 Categorized 模式时关联的类别。 有关详细信息,请参阅.NET Framework类库中的“CategoryAttribute 类”。

构造函数

LocalizablePropertyCategoryAttribute(Type, String)

使用指定的类型和属性名称初始化 LocalizablePropertyCategoryAttribute 类的新实例。

适用于