SharePointProjectMenuItemsRequestedEventArgs.AddMenuItems Property

Definition

Gets or sets the collection of menu items to display in the project context menu "Add New Item" area.

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