DelegatingConfigHost.GetConfigPathFromLocationSubPath(String, String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.