IMenuItemCollection Interface
Represents a collection of menu items that are added dynamically in the ProjectItemMenuItemsRequested event handler.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^) | Creates and adds a new menu item instance with the specified text. |
![]() | Add(String^, Int32) | Creates and adds a new menu item instance with the specified text and sort order. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
Show:
