CategoryAttribute.GetLocalizedString(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Recherche le nom localisé de la catégorie spécifiée.
protected:
virtual System::String ^ GetLocalizedString(System::String ^ value);
protected virtual string? GetLocalizedString (string value);
protected virtual string GetLocalizedString (string value);
abstract member GetLocalizedString : string -> string
override this.GetLocalizedString : string -> string
Protected Overridable Function GetLocalizedString (value As String) As String
Paramètres
- value
- String
Identificateur de la catégorie à consulter.
Retours
Nom localisé de la catégorie ou null
s'il n'existe pas.
Remarques
La Category propriété appelle cette méthode la première fois qu’elle est accessible pour rechercher le nom localisé de la catégorie spécifiée.
Notes pour les héritiers
Remplacez cette méthode pour ajouter vos propres noms localisés aux catégories. Si une chaîne localisée est disponible pour la valeur donnée, la méthode doit la retourner. Sinon, appelez la méthode de la classe de GetLocalizedString(String) base pour permettre à la classe de base de localiser la chaîne.