NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigCollection.Insert

Inserts a configuration item into the configuration collection.

[Visual Basic]
Sub Insert( _
   ByVal Index As Integer, _
   ByVal Item As IConfigItem _
)
[C#]
void Insert(
   int Index,
   IConfigItem Item
);
[C++]
void Insert(
   int Index,
   IConfigItem* Item
) = 0;
[JScript]
function Insert(
   Index : int,
   Item : IConfigItem
);

Parameters

Index
[To be supplied.]
Item
[To be supplied.]

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace