IInternalConfigHost.CreateConfigurationContext(String, String) Methode

Definitie

Hiermee maakt en retourneert u een contextobject voor een ConfigurationElement toepassingsconfiguratie.

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

Parameters

configPath
String

Een tekenreeks die het pad van het toepassingsconfiguratiebestand vertegenwoordigt.

locationSubPath
String

Een tekenreeks die een subpadlocatie van het configuratie-element vertegenwoordigt.

Retouren

Een contextobject voor een ConfigurationElement object van een toepassingsconfiguratie.

Van toepassing op