IVsUpdateSolutionEvents Interface
Visual Studio 2015
Implemented by VSPackages to sink build events for solution and project builds.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnActiveProjectCfgChange(IVsHierarchy) | Called when the active project configuration for a project in the solution has changed. |
![]() | UpdateSolution_Begin(Int32) | Called before any build actions have begun. This is the last chance to cancel the build before any building begins. |
![]() | UpdateSolution_Cancel() | Called when a build is being cancelled. |
![]() | UpdateSolution_Done(Int32, Int32, Int32) | Called when a build is completed. |
![]() | UpdateSolution_StartUpdate(Int32) | Called before the first project configuration is about to be built. |
Notes to Implementers:
Implemented when VSPackages need to sink build events.
Show:
