Partager via


DelegatingConfigHost.GetConfigPathFromLocationSubPath(String, String) Méthode

Définition

Retourne un chemin d'accès de configuration basé sur un sous-chemin d'emplacement.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

configPath
String

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

locationSubPath
String

Chaîne représentant un sous-chemin d'emplacement.

Retours

Chaîne représentant un chemin d'accès de configuration.

Implémente

S’applique à