Information
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 ()

 

When overridden in a derived class, creates a new ConfigurationElement.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

protected:
virtual ConfigurationElement^ CreateNewElement() abstract

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.

The following code example shows how to override the CreateNewElement method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: