LocalizablePropertyDisplayNameAttribute 类

定义

提供属性的本地化显示名称。

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

构造函数

LocalizablePropertyDisplayNameAttribute(Type, String)

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

属性

DisplayName

获取 LocalizablePropertyDisplayNameAttribute 的显示名称。

方法

GetLocalizedValue()

返回一个包含 LocalizablePropertyDisplayNameAttribute 的本地化值的字符串。

适用于