SharePointProjectMenuItemsRequestedEventArgs 构造函数

初始化 SharePointProjectMenuItemsRequestedEventArgs 类的新实例。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    project As ISharePointProject, _
    addMenuItems As IMenuItemCollection, _
    actionMenuItems As IMenuItemCollection _
)
public SharePointProjectMenuItemsRequestedEventArgs(
    ISharePointProject project,
    IMenuItemCollection addMenuItems,
    IMenuItemCollection actionMenuItems
)

参数

.NET Framework 安全性

请参见

参考

SharePointProjectMenuItemsRequestedEventArgs 类

Microsoft.VisualStudio.SharePoint 命名空间