Partager via


IInternalConfigHost.GetConfigPathFromLocationSubPath(String, String) Méthode

Définition

Retourne le chemin d'accès complet à un fichier de configuration de l'application basé sur le sous-chemin d'emplacement.

public:
 System::String ^ GetConfigPathFromLocationSubPath(System::String ^ configPath, System::String ^ locationSubPath);
public string GetConfigPathFromLocationSubPath (string configPath, string locationSubPath);
abstract member GetConfigPathFromLocationSubPath : string * string -> string
Public Function GetConfigPathFromLocationSubPath (configPath As String, locationSubPath As String) As String

Paramètres

configPath
String

Chaîne représentant le chemin d'accès au fichier de configuration de l'application.

locationSubPath
String

Emplacement du sous-chemin du fichier de configuration.

Retours

Chaîne représentant le chemin d'accès complet à un fichier de configuration de l'application.

S’applique à