IInternalConfigSystem.GetSection(String) Methode

Definitie

Retourneert het configuratieobject op basis van de opgegeven sleutel.

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

public:
 System::Object ^ GetSection(System::String ^ configKey);
public object GetSection(string configKey);
abstract member GetSection : string -> obj
Public Function GetSection (configKey As String) As Object

Parameters

configKey
String

De waarde van de configuratiesleutel.

Retouren

Een configuratieobject.

Opmerkingen

Deze methode wordt aangeroepen op ConfigurationSettings klasse. De waarde van de configuratiesleutel bestaat uit de naam van de configuratiegroep en de naam van de configuratiesectie.

Van toepassing op