_CommandBarButtonEvents_SinkHelper 类

此 API 支持 .NET Framework 基础结构,但不应在代码中直接使用。

继承层次结构

System.Object
  Microsoft.VisualStudio.CommandBars._CommandBarButtonEvents_SinkHelper

命名空间:  Microsoft.VisualStudio.CommandBars
程序集:  Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)

语法

声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public NotInheritable Class _CommandBarButtonEvents_SinkHelper _
    Implements _CommandBarButtonEvents
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _CommandBarButtonEvents_SinkHelper : _CommandBarButtonEvents

_CommandBarButtonEvents_SinkHelper 类型公开以下成员。

方法

  名称 说明
公共方法 Click 基础结构。仅由 Microsoft 内部使用。
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

字段

  名称 说明
公共字段 m_ClickDelegate 基础结构。仅由 Microsoft 内部使用。
公共字段 m_dwCookie 基础结构。仅由 Microsoft 内部使用。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.CommandBars 命名空间