IVsMenuItem Interface
Enables form designers to use the shared menu editor. Implemented by the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
<GuidAttribute("DC0A8728-F58B-4444-B9F0-32D6868BF399")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMenuItem
'Uso
Dim instance As IVsMenuItem
[GuidAttribute("DC0A8728-F58B-4444-B9F0-32D6868BF399")]
[InterfaceTypeAttribute()]
public interface IVsMenuItem
[GuidAttribute(L"DC0A8728-F58B-4444-B9F0-32D6868BF399")]
[InterfaceTypeAttribute()]
public interface class IVsMenuItem
[<GuidAttribute("DC0A8728-F58B-4444-B9F0-32D6868BF399")>]
[<InterfaceTypeAttribute()>]
type IVsMenuItem = interface end
public interface IVsMenuItem