Share via


_CommandBarButtonEvents_SinkHelper Class

Helper for command bar button event listeners.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.CommandBars._CommandBarButtonEvents_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

_CommandBarButtonEvents_SinkHelper Members

Microsoft.VisualStudio.CommandBars Namespace