ContextInformation.GetSection(String) 方法

定义

提供一个包含基于指定节名称的配置节信息的对象。

public:
 System::Object ^ GetSection(System::String ^ sectionName);
public object GetSection (string sectionName);
member this.GetSection : string -> obj
Public Function GetSection (sectionName As String) As Object

参数

sectionName
String

配置节的名称。

返回

一个包含配置中的指定节的对象。

注解

在配置中指定节时,请注意配置节的名称区分大小写。

适用于

另请参阅