SharePointProjectMenuItemsRequestedEventArgs Class

 

Provides data for the ProjectMenuItemsRequested event.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.SharePoint::SharePointProjectEventArgs
      Microsoft.VisualStudio.SharePoint::SharePointProjectMenuItemsRequestedEventArgs

public ref class SharePointProjectMenuItemsRequestedEventArgs : SharePointProjectEventArgs

NameDescription
System_CAPS_pubmethodSharePointProjectMenuItemsRequestedEventArgs(ISharePointProject^, IMenuItemCollection^, IMenuItemCollection^)

Initializes a new instance of the SharePointProjectMenuItemsRequestedEventArgs class.

NameDescription
System_CAPS_pubpropertyActionMenuItems

Gets or sets the collection of menu items to display in the project context menu "Action" area.

System_CAPS_pubpropertyAddMenuItems

Gets or sets the collection of menu items to display in the project context menu "Add New Item" area.

System_CAPS_pubpropertyProject

Gets or sets an instance of the ISharePointProject.(Inherited from SharePointProjectEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: