DelegatingConfigHost.CreateConfigurationContext(String, String) Methode

Definitie

Hiermee maakt u een nieuwe configuratiecontext.

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

public:
 virtual System::Object ^ CreateConfigurationContext(System::String ^ configPath, System::String ^ locationSubPath);
public virtual object CreateConfigurationContext(string configPath, string locationSubPath);
abstract member CreateConfigurationContext : string * string -> obj
override this.CreateConfigurationContext : string * string -> obj
Public Overridable Function CreateConfigurationContext (configPath As String, locationSubPath As String) As Object

Parameters

configPath
String

Een tekenreeks die het pad naar een configuratiebestand vertegenwoordigt.

locationSubPath
String

Een tekenreeks die een locatiesubpad vertegenwoordigt.

Retouren

Een Object weergave van een nieuwe configuratiecontext.

Implementeringen

Van toepassing op