IInternalConfigRoot.GetSection(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une Object représentation des données dans une section d’un fichier de configuration.
public:
System::Object ^ GetSection(System::String ^ section, System::String ^ configPath);
public object GetSection(string section, string configPath);
abstract member GetSection : string * string -> obj
Public Function GetSection (section As String, configPath As String) As Object
Paramètres
- section
- String
Chaîne représentant une section d’un fichier de configuration.
- configPath
- String
Chaîne représentant le chemin d’accès à un fichier de configuration.
Retours
Représentant Object les données dans une section d’un fichier de configuration.