_CommandBarButtonEvents Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("5B6BB734-FC7D-4372-A67D-0D7A212A98F7")> _
Public Interface _CommandBarButtonEvents
'Uso
Dim instance As _CommandBarButtonEvents
[InterfaceTypeAttribute()]
[GuidAttribute("5B6BB734-FC7D-4372-A67D-0D7A212A98F7")]
public interface _CommandBarButtonEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"5B6BB734-FC7D-4372-A67D-0D7A212A98F7")]
public interface class _CommandBarButtonEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("5B6BB734-FC7D-4372-A67D-0D7A212A98F7")>]
type _CommandBarButtonEvents = interface end
public interface _CommandBarButtonEvents