LocalizablePropertyDescriptionAttribute 类

定义

为属性网格中的属性提供本地化的属性说明。 此类不能被继承。

public ref class LocalizablePropertyDescriptionAttribute sealed : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyDescriptionAttribute = class
    inherit DescriptionAttribute
Public NotInheritable Class LocalizablePropertyDescriptionAttribute
Inherits DescriptionAttribute
继承
LocalizablePropertyDescriptionAttribute
属性

构造函数

LocalizablePropertyDescriptionAttribute(Type, String)

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

属性

Description

获取与属性关联的说明。

方法

GetLocalizedValue()

获取包含本地化值的 LocalizablePropertyDescriptionAttribute字符串。

适用于