SharePointProjectMenuItemsRequestedEventArgs Class

Definition

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
SharePointProjectMenuItemsRequestedEventArgs

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)

Applies to