IInternalConfigHost.GetConfigPathFromLocationSubPath(String, String) Metod

Definition

Returnerar den fullständiga sökvägen till en programkonfigurationsfil baserat på platsundersökvägen.

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

Parametrar

configPath
String

En sträng som representerar sökvägen till programkonfigurationsfilen.

locationSubPath
String

Konfigurationsfilens undersökvägsplats.

Returer

En sträng som representerar den fullständiga sökvägen till en programkonfigurationsfil.

Gäller för