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