LocalizablePropertyDisplayNameAttribute Classe

Définition

Fournit un nom complet localisé pour une propriété.

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
Héritage
LocalizablePropertyDisplayNameAttribute
Attributs

Constructeurs

LocalizablePropertyDisplayNameAttribute(Type, String)

Initialise une nouvelle instance de la classe LocalizablePropertyDisplayNameAttribute à l’aide du type spécifié et du nom de propriété.

Propriétés

DisplayName

Obtient le nom complet de LocalizablePropertyDisplayNameAttribute.

Méthodes

GetLocalizedValue()

Retourne une chaîne contenant la valeur localisée de LocalizablePropertyDisplayNameAttribute.

S’applique à