Share via


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

See also

Reference

ConsoleNodeCollection class

ConsoleNodeCollection members

Microsoft.SharePoint.Publishing.WebControls namespace