Share via


_CommandBarComboBoxEvents_SinkHelper Class

Helper for listeners to the command bar combo box Change event.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

‘선언
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public NotInheritable Class _CommandBarComboBoxEvents_SinkHelper _
    Implements _CommandBarComboBoxEvents
‘사용 방법
Dim instance As _CommandBarComboBoxEvents_SinkHelper
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _CommandBarComboBoxEvents_SinkHelper : _CommandBarComboBoxEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class _CommandBarComboBoxEvents_SinkHelper sealed : _CommandBarComboBoxEvents
[<SealedAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type _CommandBarComboBoxEvents_SinkHelper =  
    class
        interface _CommandBarComboBoxEvents
    end
public final class _CommandBarComboBoxEvents_SinkHelper implements _CommandBarComboBoxEvents

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_SinkHelper

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

_CommandBarComboBoxEvents_SinkHelper Members

Microsoft.VisualStudio.CommandBars Namespace