IVsUpdateSolutionEvents4 Methods

 

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

NameDescription
System_CAPS_pubmethodOnActiveProjectCfgChangeBatchBegin()

Fired to indicate that several OnActiveProjectCfgChange events will follow in rapid succession. OnActiveProjectCfgChangeBatchEnd is fired afterwards to indicate the end of batch.

System_CAPS_pubmethodOnActiveProjectCfgChangeBatchEnd()

Fired to indicate the end of the event batch that began with OnActiveProjectCfgChangeBatchBegin.

System_CAPS_pubmethodUpdateSolution_BeginFirstUpdateAction()

Fired to start the first update action.

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

System_CAPS_pubmethodUpdateSolution_EndLastUpdateAction()

Fired just after the last update action, but before UpdateSolution_Done is invoked.

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

System_CAPS_pubmethodUpdateSolution_QueryDelayFirstUpdateAction(Int32)

Fired before the first update action, just after UpdateSolution_StartUpdate to determine if a delay should occur.

Return to top
Show: