__VSREFERENCEAPPLYRESULT Enumeration

Visual Studio 2015
 

Specifies the result of applying reference changes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

public enum __VSREFERENCEAPPLYRESULT

Member nameDescription
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).

Return to top
Show: