IVsMenuEditorFactory Interface

Definition

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.

public interface class IVsMenuEditorFactory
public interface class IVsMenuEditorFactory
__interface IVsMenuEditorFactory
[System.Runtime.InteropServices.Guid("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsMenuEditorFactory
[System.Runtime.InteropServices.Guid("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMenuEditorFactory
[<System.Runtime.InteropServices.Guid("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsMenuEditorFactory = interface
[<System.Runtime.InteropServices.Guid("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMenuEditorFactory = interface
Public Interface IVsMenuEditorFactory
Attributes

Methods

CreateMenuEditor(MEINIT[], IVsMenuEditor)

Creates a new instance of a menu editor.

Applies to