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 のローカライズされた値を含む文字列を返します。

適用対象