ExplorerNodeMenuItemsRequestedEventArgs.MenuItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of menu items for the node that is associated with the NodeMenuItemsRequested event.
public:
property Microsoft::VisualStudio::SharePoint::IMenuItemCollection ^ MenuItems { Microsoft::VisualStudio::SharePoint::IMenuItemCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.IMenuItemCollection MenuItems { get; }
member this.MenuItems : Microsoft.VisualStudio.SharePoint.IMenuItemCollection
Public ReadOnly Property MenuItems As IMenuItemCollection
Property Value
The collection of menu items for the node that is associated with the NodeMenuItemsRequested event.
Remarks
For a code example that demonstrates how to use the MenuItems property to add a shortcut menu item to a node, see How to: Extend a SharePoint Node in Server Explorer.