IInternalConfigHost.GetConfigPathFromLocationSubPath(String, String) Methode

Definition

Gibt den vollständigen Pfad zu einer Anwendungskonfigurationsdatei auf der Grundlage des untergeordneten Pfades des Speicherorts zurück.

public:
 System::String ^ GetConfigPathFromLocationSubPath(System::String ^ configPath, System::String ^ locationSubPath);
public:
 System::String ^ GetConfigPathFromLocationSubPath(System::String ^ configPath, System::String ^ locatinSubPath);
public string GetConfigPathFromLocationSubPath (string configPath, string locationSubPath);
public string GetConfigPathFromLocationSubPath (string configPath, string locatinSubPath);
abstract member GetConfigPathFromLocationSubPath : string * string -> string
abstract member GetConfigPathFromLocationSubPath : string * string -> string
Public Function GetConfigPathFromLocationSubPath (configPath As String, locationSubPath As String) As String
Public Function GetConfigPathFromLocationSubPath (configPath As String, locatinSubPath As String) As String

Parameter

configPath
String

Eine Zeichenfolge, die den Pfad für die Anwendungskonfigurationsdatei darstellt.

locationSubPathlocatinSubPath
String

Der untergeordnete Pfad des Speicherorts für die Konfigurationsdatei.

Gibt zurück

String

Eine Zeichenfolge, die den vollständigen Pfad zu einer Anwendungskonfigurationsdatei darstellt.

Gilt für: