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
- index
Type: System.Int32
The index of the node to remove from the ConsoleNodeCollection.