DelegatingConfigHost.GetConfigPathFromLocationSubPath(String, String) Methode

Definition

Gibt einen Konfigurationspfad basierend auf einem Speicherort-Unterpfad zurück.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

configPath
String

Eine Zeichenfolge, die den Pfad zu einer Konfigurationsdatei darstellt.

locationSubPath
String

Eine Zeichenfolge, die einen Speicherort-Unterpfad darstellt.

Gibt zurück

Eine Zeichenfolge, die einen Konfigurationspfad darstellt.

Implementiert

Gilt für: