IVsMenuEditorFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |