IVsUpdateSolutionEvents Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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. |
Show:
