IStringLocalizer<T> Interface
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.
Représente un IStringLocalizer qui fournit des chaînes pour T
.
generic <typename T>
public interface class IStringLocalizer : Microsoft::Extensions::Localization::IStringLocalizer
public interface IStringLocalizer<out T> : Microsoft.Extensions.Localization.IStringLocalizer
type IStringLocalizer<'T> = interface
interface IStringLocalizer
Public Interface IStringLocalizer(Of Out T)
Implements IStringLocalizer
Paramètres de type
- T
Type pour laquelle fournir des chaînes.
Ce paramètre de type est covariant. Cela signifie que vous pouvez utiliser le type spécifié ou tout type plus dérivé. Pour plus d’informations sur la covariance et la contravariance, consultez Covariance et contravariance dans les génériques.- Dérivé
- Implémente
Propriétés
Item[String, Object[]] |
Obtient la ressource de chaîne portant le nom donné et mise en forme avec les arguments fournis. (Hérité de IStringLocalizer) |
Item[String] |
Obtient la ressource de chaîne portant le nom indiqué. (Hérité de IStringLocalizer) |
Méthodes
GetAllStrings(Boolean) |
Obtient les ressources de chaîne. (Hérité de IStringLocalizer) |
Méthodes d’extension
GetAllStrings(IStringLocalizer) |
Obtient toutes les ressources de chaîne, y compris celles des cultures parentes. |
GetString(IStringLocalizer, String) |
Obtient la ressource de chaîne portant le nom indiqué. |
GetString(IStringLocalizer, String, Object[]) |
Obtient la ressource de chaîne portant le nom donné et mise en forme avec les arguments fournis. |