ViewLocalizer.GetString 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.
Surcharges
GetString(String) |
Obtient la ressource de chaîne portant le nom indiqué. |
GetString(String, Object[]) |
Obtient la ressource de chaîne portant le nom donné et mise en forme avec les arguments fournis. |
GetString(String)
- Source:
- ViewLocalizer.cs
- Source:
- ViewLocalizer.cs
- Source:
- ViewLocalizer.cs
Obtient la ressource de chaîne portant le nom indiqué.
public:
virtual Microsoft::Extensions::Localization::LocalizedString ^ GetString(System::String ^ name);
public Microsoft.Extensions.Localization.LocalizedString GetString (string name);
abstract member GetString : string -> Microsoft.Extensions.Localization.LocalizedString
override this.GetString : string -> Microsoft.Extensions.Localization.LocalizedString
Public Function GetString (name As String) As LocalizedString
Paramètres
- name
- String
Nom de la ressource de chaîne.
Retours
Ressource de chaîne en tant que LocalizedString.
Implémente
S’applique à
GetString(String, Object[])
- Source:
- ViewLocalizer.cs
- Source:
- ViewLocalizer.cs
- Source:
- ViewLocalizer.cs
Obtient la ressource de chaîne portant le nom donné et mise en forme avec les arguments fournis.
public:
virtual Microsoft::Extensions::Localization::LocalizedString ^ GetString(System::String ^ name, ... cli::array <System::Object ^> ^ values);
public Microsoft.Extensions.Localization.LocalizedString GetString (string name, params object[] values);
abstract member GetString : string * obj[] -> Microsoft.Extensions.Localization.LocalizedString
override this.GetString : string * obj[] -> Microsoft.Extensions.Localization.LocalizedString
Public Function GetString (name As String, ParamArray values As Object()) As LocalizedString
Paramètres
- name
- String
Nom de la ressource de chaîne.
- values
- Object[]
Retours
Ressource de chaîne mise en forme en tant que LocalizedString.