Share via


_CommandBarsEvents_SinkHelper Class

Helper for listeners to events on CommandBars objects.

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

Syntax

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

Inheritance Hierarchy

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

_CommandBarsEvents_SinkHelper Members

Microsoft.VisualStudio.CommandBars Namespace