Adds a new item to the configuration collection.
[Visual Basic] Function Add( _ ByVal Item As IConfigItem _ ) As Integer [C#] int Add( IConfigItem Item ); [C++] int Add( IConfigItem* Item ) = 0; [JScript] function Add( Item : IConfigItem ) : int;
The GetEmptyConfigItem method can be used to obtain a new configuration item.
IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace