LocalizablePropertyCategoryAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为某一房产提供本地化的分类。 此类不能被继承。
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 类的新实例。 |