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
- 属性
注解
指示 CategoryAttribute
将属性或事件与将控件中的 System.Windows.Forms.PropertyGrid
属性或事件列表设置为 Categorized
模式时关联的类别。 有关详细信息,请参阅.NET Framework类库中的“CategoryAttribute 类”。
构造函数
LocalizablePropertyCategoryAttribute(Type, String) |
使用指定的类型和属性名称初始化 LocalizablePropertyCategoryAttribute 类的新实例。 |