NameValueFileSectionHandler 类

定义

提供对配置文件的访问。 此类型支持 .NET 配置基础结构,不应从代码直接使用。

public ref class NameValueFileSectionHandler : System::Configuration::IConfigurationSectionHandler
public class NameValueFileSectionHandler : System.Configuration.IConfigurationSectionHandler
type NameValueFileSectionHandler = class
    interface IConfigurationSectionHandler
Public Class NameValueFileSectionHandler
Implements IConfigurationSectionHandler
继承
NameValueFileSectionHandler
实现

注解

file节的 <appSettings> 属性指定包含自定义应用程序配置设置的外部文件的相对路径。 文件中提供的详细信息充当配置文件中的一个 <appSettings> 部分。 使用 NameValueFileSectionHandler 类访问文件。 文件的根元素必须与引用它的部分匹配。

构造函数

NameValueFileSectionHandler()

初始化 NameValueFileSectionHandler 类的新实例。

方法

Create(Object, Object, XmlNode)

创建新的配置处理程序,并根据指定参数将其添加到节处理程序集合中。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅