ReferencesEventsClass Class

Definition

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

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

public ref class ReferencesEventsClass : VSLangProj::ReferencesEvents
public ref class ReferencesEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class ReferencesEventsClass : VSLangProj::ReferencesEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispReferencesEvents\0")]
[System.Runtime.InteropServices.Guid("1CDB29FE-33B7-4392-9742-D9415D3408FE")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class ReferencesEventsClass : VSLangProj.ReferencesEvents
[System.Runtime.InteropServices.Guid("1CDB29FE-33B7-4392-9742-D9415D3408FE")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispReferencesEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class ReferencesEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispReferencesEvents\0")>]
[<System.Runtime.InteropServices.Guid("1CDB29FE-33B7-4392-9742-D9415D3408FE")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type ReferencesEventsClass = class
    interface _ReferencesEvents
    interface ReferencesEvents
    interface _dispReferencesEvents_Event
[<System.Runtime.InteropServices.Guid("1CDB29FE-33B7-4392-9742-D9415D3408FE")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispReferencesEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ReferencesEventsClass = class
Public Class ReferencesEventsClass
Implements ReferencesEvents
Public Class ReferencesEventsClass
Inheritance
ReferencesEventsClass
Attributes
Implements

Constructors

ReferencesEventsClass()

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

Microsoft Internal Use Only.

Methods

add_ReferenceAdded(_dispReferencesEvents_ReferenceAddedEventHandler)

Microsoft Internal Use Only.

add_ReferenceChanged(_dispReferencesEvents_ReferenceChangedEventHandler)

Microsoft Internal Use Only.

add_ReferenceRemoved(_dispReferencesEvents_ReferenceRemovedEventHandler)

Microsoft Internal Use Only.

remove_ReferenceAdded(_dispReferencesEvents_ReferenceAddedEventHandler)

Microsoft Internal Use Only.

remove_ReferenceChanged(_dispReferencesEvents_ReferenceChangedEventHandler)

Microsoft Internal Use Only.

remove_ReferenceRemoved(_dispReferencesEvents_ReferenceRemovedEventHandler)

Microsoft Internal Use Only.

Events

ReferenceAdded

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

Occurs immediately after a reference is added to a project.

ReferenceChanged

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

Occurs immediately after a reference is modified in a project.

ReferenceRemoved

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

Occurs immediately after a reference is removed from a project.

Applies to