__VSREFERENCEAPPLYRESULT Enumeration
Visual Studio 2015
Specifies the result of applying reference changes.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
| Member name | Description | |
|---|---|---|
| APPLYRESULT_AppliedSuccessfully | The reference changes were applied successfully. | |
| APPLYRESULT_NotApplied | The reference changes were NOT applied successfully, but the Reference Manager Dialog may stay open (e.g. operation was canceled and project was not reloaded). | |
| APPLYRESULT_NotAppliedAndCloseDialog | The reference changes were NOT applied successfully, and the Reference Manager Dialog must close (e.g. the project was reloaded and state of project is unknown). |
Show: