SharePointProjectItemMenuItemsRequestedEventArgs Class
Provides data for the ProjectItemMenuItemsRequested event.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemEventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemMenuItemsRequestedEventArgs
| Name | Description | |
|---|---|---|
![]() | SharePointProjectItemMenuItemsRequestedEventArgs(ISharePointProjectItem^, IMenuItemCollection^, IMenuItemCollection^) | Initializes a new instance of the SharePointProjectItemMenuItemsRequestedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | AddMenuItems | Gets or sets the collection of menu items that will appear in the "Add Item" context menu group. |
![]() | ProjectItem | Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised.(Inherited from SharePointProjectItemEventArgs.) |
![]() | ViewMenuItems | Gets or sets the collection of menu items that will appear in the "View Item" context menu group. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


