Share via


ReferencesEventsClass 类

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

有关此功能,请参考 ReferencesEvents。 不要从此类实例化。

继承层次结构

Object
  VSLangProj.ReferencesEventsClass

命名空间:  VSLangProj
程序集:  VSLangProj(在 VSLangProj.dll 中)

语法

声明
<ClassInterfaceAttribute()> _
<GuidAttribute("1CDB29FE-33B7-4392-9742-D9415D3408FE")> _
Public Class ReferencesEventsClass _
    Implements _ReferencesEvents, ReferencesEvents, _dispReferencesEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("1CDB29FE-33B7-4392-9742-D9415D3408FE")]
public class ReferencesEventsClass : _ReferencesEvents, 
    ReferencesEvents, _dispReferencesEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"1CDB29FE-33B7-4392-9742-D9415D3408FE")]
public ref class ReferencesEventsClass : _ReferencesEvents, 
    ReferencesEvents, _dispReferencesEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("1CDB29FE-33B7-4392-9742-D9415D3408FE")>]
type ReferencesEventsClass =  
    class 
        interface _ReferencesEvents 
        interface ReferencesEvents 
        interface _dispReferencesEvents_Event 
    end
public class ReferencesEventsClass implements _ReferencesEvents, ReferencesEvents, _dispReferencesEvents_Event

ReferencesEventsClass 类型公开以下成员。

构造函数

  名称 说明
公共方法 ReferencesEventsClass 基础结构。 仅由 Microsoft 内部使用。

页首

方法

  名称 说明
公共方法 add_ReferenceAdded 基础结构。 仅由 Microsoft 内部使用。
公共方法 add_ReferenceChanged 基础结构。 仅由 Microsoft 内部使用。
公共方法 add_ReferenceRemoved 基础结构。 仅由 Microsoft 内部使用。
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 remove_ReferenceAdded 基础结构。 仅由 Microsoft 内部使用。
公共方法 remove_ReferenceChanged 基础结构。 仅由 Microsoft 内部使用。
公共方法 remove_ReferenceRemoved 基础结构。 仅由 Microsoft 内部使用。
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

事件

  名称 说明
公共事件 ReferenceAdded 将引用添加到项目后立即发生。
公共事件 ReferenceChanged 修改了项目中的引用后立即发生。
公共事件 ReferenceRemoved 从项目移除引用后立即发生。

页首

线程安全

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

请参阅

参考

VSLangProj 命名空间