Name

IConfigurationSectionHandler — System.Configuration (system.dll)   interface 

Synopsis

public interface IConfigurationSectionHandler {
// Public Instance Methods
   public object Create( object parent, object configContext, System.Xml.XmlNode section);  
}

This is the interface that all configuration section handlers must implement. Its Create( ) method reads the System.Xml.XmlNode passed in and returns a System.Object containing the configuration settings for the configuration section.

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.