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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("EAF61568-F99B-4BC2-83C4-1DAD8FFAE9E5")> _
Public Interface IVsMenuEditorFactory
‘사용 방법
Dim instance As 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

See Also

Reference

IVsMenuEditorFactory Members

Microsoft.VisualStudio.Shell.Interop Namespace