言語

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の局所的な値を含む文字列を返します。

適用対象