Freigeben über


IInternalConfigHost.CreateConfigurationContext(String, String) Methode

Definition

Erstellt ein Kontextobjekt für ein ConfigurationElement einer Anwendungskonfiguration und gibt es zurück.

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

Parameter

configPath
String

Eine Zeichenfolge, die den Pfad für die Anwendungskonfigurationsdatei darstellt.

locationSubPath
String

Eine Zeichenfolge, die einen untergeordneten Pfad eines Speicherorts für das Konfigurationselement darstellt.

Gibt zurück

Ein Kontextobjekt für ein ConfigurationElement-Objekt einer Anwendungskonfiguration.

Gilt für: