IVsUpdateSolutionEvents4::UpdateSolution_EndUpdateAction Method (UInt32)
Visual Studio 2015
Fired after every update actions ends, and the next one (if any) is about to begin (after the last UpdateProjectCfg_Done for the same action, but before UpdateSolution_EndLastUpdateAction if this is the last action).
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- dwAction
-
Type:
System::UInt32
[in] The update action that is about to end.
This method is always paired with UpdateSolution_BeginUpdateAction with matching dwAction, with no nested pairs allowed.
The values for dwAction are flags or combinations of flags from the VSSOLNBUILDUPDATEFLAGS enumeration. See UpdateSolution_BeginUpdateAction for the list of legal values.
Show: