SharePointProjectItemMenuItemsRequestedEventArgs.AddMenuItems Property

Definition

Gets or sets the collection of menu items that will appear in the "Add Item" context menu group.

public:
 property Microsoft::VisualStudio::SharePoint::IMenuItemCollection ^ AddMenuItems { Microsoft::VisualStudio::SharePoint::IMenuItemCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.IMenuItemCollection AddMenuItems { get; }
member this.AddMenuItems : Microsoft.VisualStudio.SharePoint.IMenuItemCollection
Public ReadOnly Property AddMenuItems As IMenuItemCollection

Property Value

A collection of menu items.

Applies to