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);
public SharePointProjectMenuItemsRequestedEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProject project, Microsoft.VisualStudio.SharePoint.IMenuItemCollection addMenuItems, Microsoft.VisualStudio.SharePoint.IMenuItemCollection actionMenuItems);
new Microsoft.VisualStudio.SharePoint.SharePointProjectMenuItemsRequestedEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProject * Microsoft.VisualStudio.SharePoint.IMenuItemCollection * Microsoft.VisualStudio.SharePoint.IMenuItemCollection -> Microsoft.VisualStudio.SharePoint.SharePointProjectMenuItemsRequestedEventArgs
Public Sub New (project As ISharePointProject, addMenuItems As IMenuItemCollection, actionMenuItems As IMenuItemCollection)

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