IInternalConfigHost.GetConfigPathFromLocationSubPath(String, String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Retourneert het volledige pad naar een toepassingsconfiguratiebestand op basis van het locatiesubpad.
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
Parameters
- configPath
- String
Een tekenreeks die het pad van het toepassingsconfiguratiebestand vertegenwoordigt.
- locationSubPath
- String
De subpadlocatie van het configuratiebestand.
Retouren
Een tekenreeks die het volledige pad naar een toepassingsconfiguratiebestand vertegenwoordigt.