IInternalConfigHost.GetConfigPathFromLocationSubPath(String, String) Methode

Definitie

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.

Van toepassing op