ProjectReferencesEvent Enumeration

 

Specifies the COM dispatch identifier (DISPID) for ReferencesEvents.

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

public enum ProjectReferencesEvent

Member nameDescription
RefsEvt_RefAdded

Value = 1. Reference was added to a project.

RefsEvt_RefChanged

A project reference has changed.

RefsEvt_RefRemoved

A project reference was removed.

Return to top
Show: