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::BaseAdd Method (Int32, ConfigurationElement^)
.NET Framework (current version)
Adds a configuration element to the configuration element collection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- index
-
Type:
System::Int32
The index location at which to add the specified ConfigurationElement.
- element
-
Type:
System.Configuration::ConfigurationElement^
The ConfigurationElement to add.
Use the index parameter to add the ConfigurationElement object to the ConfigurationElementCollection at a specific index location.
.NET Framework
Available since 2.0
Available since 2.0
Show: