DelegatingConfigHost.GetConfigPathFromLocationSubPath(String, String) 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.
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.