REFERENCECHANGETYPE Enumeration
Visual Studio 2015
Specifies the type of reference change that occurred in the project.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| REFERENCE_Added | The reference was added to the project. | |
| REFERENCE_Changed | The reference was changed in the project. | |
| REFERENCE_Removed | The reference was removed from the project. |
Show: