IVsUpdateSolutionEvents4::UpdateSolution_EndUpdateAction Method (UInt32)

 

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

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

void UpdateSolution_EndUpdateAction(
	unsigned int dwAction
)

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.

Return to top
Show: