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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")> _
Public Interface IVsMenuEditorFactory
[InterfaceTypeAttribute()]
[GuidAttribute("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")]
public interface IVsMenuEditorFactory
[InterfaceTypeAttribute()]
[GuidAttribute(L"EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")]
public interface class IVsMenuEditorFactory
[<InterfaceTypeAttribute()>]
[<GuidAttribute("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")>]
type IVsMenuEditorFactory =  interface end
public interface IVsMenuEditorFactory

The IVsMenuEditorFactory type exposes the following members.

Methods

  Name Description
Public method CreateMenuEditor

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace