SharePointProjectMenuItemsRequestedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the ProjectMenuItemsRequested event.
public ref class SharePointProjectMenuItemsRequestedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectEventArgs
public class SharePointProjectMenuItemsRequestedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectEventArgs
type SharePointProjectMenuItemsRequestedEventArgs = class
inherit SharePointProjectEventArgs
Public Class SharePointProjectMenuItemsRequestedEventArgs
Inherits SharePointProjectEventArgs
- Inheritance
Constructors
SharePointProjectMenuItemsRequestedEventArgs(ISharePointProject, IMenuItemCollection, IMenuItemCollection) |
Initializes a new instance of the SharePointProjectMenuItemsRequestedEventArgs class. |
Properties
ActionMenuItems |
Gets or sets the collection of menu items to display in the project context menu "Action" area. |
AddMenuItems |
Gets or sets the collection of menu items to display in the project context menu "Add New Item" area. |
Project |
Gets or sets an instance of the ISharePointProject. (Inherited from SharePointProjectEventArgs) |