Share via


SharePointProjectMenuItemsRequestedEventArgs Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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