This documentation is archived and is not being maintained.
IConfigurationSectionHandler Interface
.NET Framework 1.1
Defines the contract that all configuration section handlers must implement in order to participate in the resolution of configuration settings.
For a list of all members of this type, see IConfigurationSectionHandler Members.
[Visual Basic] Public Interface IConfigurationSectionHandler [C#] public interface IConfigurationSectionHandler [C++] public __gc __interface IConfigurationSectionHandler [JScript] public interface IConfigurationSectionHandler
Classes that Implement IConfigurationSectionHandler
| Class | Description |
|---|---|
| DictionarySectionHandler | Reads key-value pair configuration information for a configuration section. |
| IgnoreSectionHandler | Provides a section handler definition for configuration sections read and handled by systems other than System.Configuration. |
| NameValueSectionHandler | Provides name-value pair configuration information from a configuration section. |
| SingleTagSectionHandler |
Requirements
Namespace: System.Configuration
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
IConfigurationSectionHandler Members | System.Configuration Namespace
Show: