_CommandBarComboBoxEvents Interface
Represents command bar combo box events.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("B9FC4679-BA92-44DE-824B-B1FC7C739D87")> _
Public Interface _CommandBarComboBoxEvents
'用途
Dim instance As _CommandBarComboBoxEvents
[InterfaceTypeAttribute()]
[GuidAttribute("B9FC4679-BA92-44DE-824B-B1FC7C739D87")]
public interface _CommandBarComboBoxEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"B9FC4679-BA92-44DE-824B-B1FC7C739D87")]
public interface class _CommandBarComboBoxEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B9FC4679-BA92-44DE-824B-B1FC7C739D87")>]
type _CommandBarComboBoxEvents = interface end
public interface _CommandBarComboBoxEvents