IMenuItemCollection Interface

 

Represents a collection of menu items that are added dynamically in the ProjectItemMenuItemsRequested event handler.

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

public interface class IMenuItemCollection : IEnumerable<IMenuItem^>, 
	IEnumerable

NameDescription
System_CAPS_pubmethodAdd(String^)

Creates and adds a new menu item instance with the specified text.

System_CAPS_pubmethodAdd(String^, Int32)

Creates and adds a new menu item instance with the specified text and sort order.

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

Return to top
Show: