Share via


ConsoleNodeCollection.Remove method (Int32)

Removes a node from the ConsoleNodeCollection at the specified index.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub Remove ( _
    index As Integer _
)
'Usage
Dim instance As ConsoleNodeCollection
Dim index As Integer

instance.Remove(index)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void Remove(
    int index
)

Parameters

See also

Reference

ConsoleNodeCollection class

ConsoleNodeCollection members

Remove overload

Microsoft.SharePoint.Publishing.WebControls namespace