SharePointProjectItemMenuItemsRequestedEventArgs 构造函数

初始化 SharePointProjectItemMenuItemsRequestedEventArgs 类的新实例。

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

语法

声明
Public Sub New ( _
    projectItem As ISharePointProjectItem, _
    addMenuItems As IMenuItemCollection, _
    viewMenuItems As IMenuItemCollection _
)
public SharePointProjectItemMenuItemsRequestedEventArgs(
    ISharePointProjectItem projectItem,
    IMenuItemCollection addMenuItems,
    IMenuItemCollection viewMenuItems
)

参数

.NET Framework 安全性

请参见

参考

SharePointProjectItemMenuItemsRequestedEventArgs 类

Microsoft.VisualStudio.SharePoint 命名空间