语言

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.PropertyGrid 入控制设置为 Categorized 模式时,要关联该属性或事件的类别。 更多信息请参见 .NET 框架类库中的“CategoryAttribute 类”。

构造函数

名称 说明
LocalizablePropertyCategoryAttribute(Type, String)

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

适用于