DelegatingConfigHost.GetConfigPathFromLocationSubPath(String, String) Methode

Definitie

Retourneert een configuratiepad op basis van een locatiesubpad.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

configPath
String

Een tekenreeks die het pad naar een configuratiebestand vertegenwoordigt.

locationSubPath
String

Een tekenreeks die een locatiesubpad vertegenwoordigt.

Retouren

Een tekenreeks die een configuratiepad vertegenwoordigt.

Implementeringen

Van toepassing op