SharePointProjectMenuItemsRequestedEventArgs Constructor

Definition

Initializes a new instance of the SharePointProjectMenuItemsRequestedEventArgs class.

public SharePointProjectMenuItemsRequestedEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProject project, Microsoft.VisualStudio.SharePoint.IMenuItemCollection addMenuItems, Microsoft.VisualStudio.SharePoint.IMenuItemCollection actionMenuItems);

Parameters

project
ISharePointProject

An instance of the SharePoint project.

addMenuItems
IMenuItemCollection

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

actionMenuItems
IMenuItemCollection

The collection of menu items to display in the project context menu "Action" area.

Applies to