IVsUpdateSolutionEvents4 Methods
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnActiveProjectCfgChangeBatchBegin() | Fired to indicate that several OnActiveProjectCfgChange events will follow in rapid succession. OnActiveProjectCfgChangeBatchEnd is fired afterwards to indicate the end of batch. |
![]() | OnActiveProjectCfgChangeBatchEnd() | Fired to indicate the end of the event batch that began with OnActiveProjectCfgChangeBatchBegin. |
![]() | UpdateSolution_BeginFirstUpdateAction() | Fired to start the first update action. |
![]() | UpdateSolution_BeginUpdateAction(UInt32) | Fired before every update action begins during solution build (before the first UpdateProjectCfg_Begin for the same action, but after UpdateSolution_BeginFirstUpdateAction if this is the first action). |
![]() | UpdateSolution_EndLastUpdateAction() | Fired just after the last update action, but before UpdateSolution_Done is invoked. |
![]() | UpdateSolution_EndUpdateAction(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). |
![]() | UpdateSolution_QueryDelayFirstUpdateAction(Int32) | Fired before the first update action, just after UpdateSolution_StartUpdate to determine if a delay should occur. |
