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!

BaseConfigCollection.Insert (Int32, IConfigItem)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Sub Insert( _
   ByVal Index As Integer, _
   ByVal Item As IConfigItem _
)
[C#]
public virtual void Insert(
   int Index,
   IConfigItem Item
);
[C++]
public: virtual void Insert(
   int Index,
   IConfigItem* Item
);
[JScript]
public function Insert(
   Index : int,
   Item : IConfigItem
);

Parameters

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

See Also

BaseConfigCollection Class | BaseConfigCollection Members | System.Configuration Namespace | BaseConfigCollection.Insert Overload List