SharePointProjectMenuItemsRequestedEventArgs Constructor

Initializes a new instance of the SharePointProjectMenuItemsRequestedEventArgs class.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    project As ISharePointProject, _
    addMenuItems As IMenuItemCollection, _
    actionMenuItems As IMenuItemCollection _
)
public SharePointProjectMenuItemsRequestedEventArgs(
    ISharePointProject project,
    IMenuItemCollection addMenuItems,
    IMenuItemCollection actionMenuItems
)

Parameters

.NET Framework Security

See Also

Reference

SharePointProjectMenuItemsRequestedEventArgs Class

Microsoft.VisualStudio.SharePoint Namespace