IVsUpdateSolutionEvents4.UpdateSolution_EndLastUpdateAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fired just after the last update action, but before UpdateSolution_Done(Int32, Int32, Int32) is invoked.
public:
void UpdateSolution_EndLastUpdateAction();
public:
void UpdateSolution_EndLastUpdateAction();
void UpdateSolution_EndLastUpdateAction();
public void UpdateSolution_EndLastUpdateAction ();
abstract member UpdateSolution_EndLastUpdateAction : unit -> unit
Public Sub UpdateSolution_EndLastUpdateAction ()
Remarks
This method matches UpdateSolution_BeginFirstUpdateAction.