IVsMenuEditorFactory Interface

 

Provides an instance of an IVsMenuEditor interface for use by form designers that want to use the shared menu editor. You can get an instance of the interface from the SVsMenuEditor (SID_SVsMenuEditor) service.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")]
public interface IVsMenuEditorFactory

NameDescription
System_CAPS_pubmethodCreateMenuEditor(MEINIT[], IVsMenuEditor)

Creates a new instance of a menu editor.

Return to top
Show: