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.
Deletes the first instance of the specified MenuItem from the collection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Remove ( _
menuItem As MenuItem _
)
'Usage
Dim instance As MenuItemCollection
Dim menuItem As MenuItem
instance.Remove(menuItem)
public void Remove(
MenuItem menuItem
)
Parameters
menuItem
Type: Microsoft.SharePoint.WebPartPages.MenuItemA MenuItem object that is to be removed.