Sdílet prostřednictvím


DelegatingConfigHost.GetConfigPathFromLocationSubPath(String, String) Metoda

Definice

Vrátí cestu ke konfiguraci na základě dílčí cesty k umístění.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

configPath
String

Řetězec představující cestu ke konfiguračnímu souboru.

locationSubPath
String

Řetězec představující dílčí cestu k umístění.

Návraty

Řetězec představující cestu ke konfiguraci.

Implementuje

Platí pro