ConsoleNodeCollection.Insert Method
Inserts the ConsoleNode object specified by the value parameter into the collection after the index specified by the index parameter.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
value As ConsoleNode _
)
'Usage
Dim instance As ConsoleNodeCollection
Dim index As Integer
Dim value As ConsoleNode
instance.Insert(index, value)
public void Insert(
int index,
ConsoleNode value
)
Parameters
- index
Type: System.Int32
The index into the collection after which the ConsoleNode object is to be inserted.
- value
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
The ConsoleNode object to insert into the collection.