IInternalConfigRoot.GetSection(String, String) Metoda

Definice

Vrátí reprezentaci Object dat v části 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ředstavuje Object data v části konfiguračního souboru.

Platí pro