IVsMenuItem Interface

 

Enables form designers to use the shared menu editor. Implemented by the environment.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("DC0A8728-F58B-4444-B9F0-32D6868BF399")]
[InterfaceTypeAttribute(1)]
public interface IVsMenuItem

NameDescription
System_CAPS_pubmethodIMIGetExtraProps(IStream)

Gets menu item properties not directly handled by the menu editor (IVsMenuEditor).

System_CAPS_pubmethodIMIGetProp(Int32, Object)

Gets a standard menu item property.

System_CAPS_pubmethodIMISetExtraProps(IStream)

Sets menu item properties not directly handled by the menu editor (IVsMenuEditor).

System_CAPS_pubmethodIMISetProp(Int32, Object)

Sets a standard menu item property.

Return to top
Show: