__UPDATE_REFERENCE_REASON Enumeration
Visual Studio 2015
Specifies reasons for updating project to project references.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| URR_BUILD | Specifies that the project is being built. | |
| URR_EXPLICIT_USER_ACTION | Specifies an explicit user action. | |
| URR_PROJECT_OPEN | Specifies that a project is open. | |
| URR_REFERENCE_ADDED | Specifies that a new reference has been added. | |
| URR_REFERENCE_REMOVED | Specifies that a reference has been removed. | |
| URR_REFERENCEPATH_CHANGED | Specifies that the path to the reference has changed. | |
| URR_START_DEBUG | Specifies that the project is starting a debug operation. |
From vsshell80.idl:
Show: