ResourceManagerStringLocalizerFactory.GetResourcePrefix 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
GetResourcePrefix(TypeInfo) |
Obtient le préfixe de ressource utilisé pour rechercher la ressource. |
GetResourcePrefix(String, String) |
Obtient le préfixe de ressource utilisé pour rechercher la ressource. |
GetResourcePrefix(TypeInfo, String, String) |
Obtient le préfixe de ressource utilisé pour rechercher la ressource. |
GetResourcePrefix(String, String, String) |
Obtient le préfixe de ressource utilisé pour rechercher la ressource. |
GetResourcePrefix(TypeInfo)
Obtient le préfixe de ressource utilisé pour rechercher la ressource.
protected:
virtual System::String ^ GetResourcePrefix(System::Reflection::TypeInfo ^ typeInfo);
protected virtual string GetResourcePrefix (System.Reflection.TypeInfo typeInfo);
abstract member GetResourcePrefix : System.Reflection.TypeInfo -> string
override this.GetResourcePrefix : System.Reflection.TypeInfo -> string
Protected Overridable Function GetResourcePrefix (typeInfo As TypeInfo) As String
Paramètres
- typeInfo
- TypeInfo
Type de la ressource à rechercher.
Retours
Préfixe pour la recherche de la ressource.
S’applique à
GetResourcePrefix(String, String)
Obtient le préfixe de ressource utilisé pour rechercher la ressource.
protected:
virtual System::String ^ GetResourcePrefix(System::String ^ baseResourceName, System::String ^ baseNamespace);
protected virtual string GetResourcePrefix (string baseResourceName, string baseNamespace);
abstract member GetResourcePrefix : string * string -> string
override this.GetResourcePrefix : string * string -> string
Protected Overridable Function GetResourcePrefix (baseResourceName As String, baseNamespace As String) As String
Paramètres
- baseResourceName
- String
Nom de la ressource à rechercher
- baseNamespace
- String
Espace de noms de base de l’application.
Retours
Préfixe pour la recherche de la ressource.
S’applique à
GetResourcePrefix(TypeInfo, String, String)
Obtient le préfixe de ressource utilisé pour rechercher la ressource.
protected:
virtual System::String ^ GetResourcePrefix(System::Reflection::TypeInfo ^ typeInfo, System::String ^ baseNamespace, System::String ^ resourcesRelativePath);
protected virtual string GetResourcePrefix (System.Reflection.TypeInfo typeInfo, string? baseNamespace, string? resourcesRelativePath);
abstract member GetResourcePrefix : System.Reflection.TypeInfo * string * string -> string
override this.GetResourcePrefix : System.Reflection.TypeInfo * string * string -> string
Protected Overridable Function GetResourcePrefix (typeInfo As TypeInfo, baseNamespace As String, resourcesRelativePath As String) As String
Paramètres
- typeInfo
- TypeInfo
Type de la ressource à rechercher.
- baseNamespace
- String
Espace de noms de base de l’application.
- resourcesRelativePath
- String
Dossier contenant toutes les ressources.
Retours
Préfixe pour la recherche de la ressource.
Remarques
Pour le type « Sample.Controllers.Home » s’il existe un resourceRelativePath, retournez « Sample.Resourcepath.Controllers.Home » s’il n’y en a pas, alors il retournerait « Sample.Controllers.Home ».
S’applique à
GetResourcePrefix(String, String, String)
Obtient le préfixe de ressource utilisé pour rechercher la ressource.
protected:
virtual System::String ^ GetResourcePrefix(System::String ^ location, System::String ^ baseName, System::String ^ resourceLocation);
protected virtual string GetResourcePrefix (string location, string baseName, string resourceLocation);
abstract member GetResourcePrefix : string * string * string -> string
override this.GetResourcePrefix : string * string * string -> string
Protected Overridable Function GetResourcePrefix (location As String, baseName As String, resourceLocation As String) As String
Paramètres
- location
- String
Emplacement général de la ressource.
- baseName
- String
Nom de base de la ressource.
- resourceLocation
- String
Emplacement de la ressource dans location
.
Retours
Préfixe de ressource utilisé pour rechercher la ressource.