SharePointProjectMenuItemsRequestedEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.