IInternalConfigRecord.GetSection(String) 方法

定义

返回一个 Object 实例,表示配置文件的一部分。

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

参数

configKey
String

一个字符串,表示配置节的键。

返回

一个 Object 实例,表示配置文件的一部分。

适用于