Sdílet prostřednictvím


IInternalConfigRoot.GetSection(String, String) Metoda

Definice

Vrátí hodnotu Object představující data v oddílu konfiguračního souboru.

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

Parametry

section
String

Řetězec představující část konfiguračního souboru.

configPath
String

Řetězec představující cestu ke konfiguračnímu souboru.

Návraty

Představující Object data v oddílu konfiguračního souboru.

Platí pro