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

‘선언
<GuidAttribute("DC0A8728-F58B-4444-B9F0-32D6868BF399")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMenuItem
‘사용 방법
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

See Also

Reference

IVsMenuItem Members

Microsoft.VisualStudio.Shell.Interop Namespace