IInternalConfigRecord.GetSection(String) Méthode

Définition

Retourne une Object instance représentant une section d’un fichier de configuration.

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

Paramètres

configKey
String

Chaîne représentant une clé à une section de configuration.

Retours

Instance Object représentant une section d’un fichier de configuration.

S’applique à