DataAnnotationsModelValidator.GetLocalizedString(String, Object[]) 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.
Obtient une version localisée pour une chaîne spécifique.
protected:
System::String ^ GetLocalizedString(System::String ^ name, ... cli::array <System::Object ^> ^ arguments);
protected string GetLocalizedString(string name, params object[] arguments);
member this.GetLocalizedString : string * obj[] -> string
Protected Function GetLocalizedString (name As String, ParamArray arguments As Object()) As String
Paramètres
- name
- String
Chaîne à localiser.
- arguments
- Object[]
Tableau d’arguments.
Retours
Version localisée de la chaîne.