Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32The index into the collection after which the ConsoleNode object is to be inserted.
value
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeThe ConsoleNode object to insert into the collection.