The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationElementCollection::CreateNewElement Method ()
.NET Framework (current version)
When overridden in a derived class, creates a new ConfigurationElement.
Assembly: System.Configuration (in System.Configuration.dll)
Override the CreateNewElement method to create custom ConfigurationElement objects of a specific type. When a collection is loaded from the configuration file, CreateNewElement is called to create individual elements. CreateNewElement must be overridden in classes that derive from the ConfigurationElementCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: