_CommandBarsEvents 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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("DB12E968-CAC8-4EDC-AF8A-909E9222E132")> _
Public Interface _CommandBarsEvents
[InterfaceTypeAttribute()]
[GuidAttribute("DB12E968-CAC8-4EDC-AF8A-909E9222E132")]
public interface _CommandBarsEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"DB12E968-CAC8-4EDC-AF8A-909E9222E132")]
public interface class _CommandBarsEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("DB12E968-CAC8-4EDC-AF8A-909E9222E132")>]
type _CommandBarsEvents = interface end
public interface _CommandBarsEvents
The _CommandBarsEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnUpdate | Infrastructure. Microsoft Internal Use Only. |
Top