Share via


ReferencesEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Refer to ReferencesEvents for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

Object
  VSLangProj.ReferencesEventsClass

Namespace:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Syntax

'Declaration
<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

The ReferencesEventsClass type exposes the following members.

Constructors

  Name Description
Public method ReferencesEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_ReferenceAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ReferenceChanged Infrastructure. Microsoft Internal Use Only.
Public method add_ReferenceRemoved Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_ReferenceAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ReferenceChanged Infrastructure. Microsoft Internal Use Only.
Public method remove_ReferenceRemoved Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event ReferenceAdded Occurs immediately after a reference is added to a project.
Public event ReferenceChanged Occurs immediately after a reference is modified in a project.
Public event ReferenceRemoved Occurs immediately after a reference is removed from a project.

Top

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

VSLangProj Namespace