Aracılığıyla paylaş


ExplorerNodeMenuItemsRequestedEventArgs.MenuItems Property

Definition

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.

Applies to