IVsUpdateSolutionEvents2 Members
Include Protected Members
Include Inherited Members
Implemented by VSPackages to sink build events for solution and project builds.
The IVsUpdateSolutionEvents2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnActiveProjectCfgChange | Called when the active project configuration for a project in the solution has changed. (Inherited from IVsUpdateSolutionEvents.) | |
OnActiveProjectCfgChange(IVsHierarchy) | Called when the active project configuration for a project in the solution has changed. | |
UpdateProjectCfg_Begin | Called right before a project configuration begins to build. | |
UpdateProjectCfg_Done | Called right after a project configuration is finished building. | |
UpdateSolution_Begin | Called before any build actions have begun. This is the last chance to cancel the build before any building begins. (Inherited from IVsUpdateSolutionEvents.) | |
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. (Inherited from IVsUpdateSolutionEvents.) | |
UpdateSolution_Cancel() | Called when a build is being cancelled. | |
UpdateSolution_Done | Called when a build is completed. (Inherited from IVsUpdateSolutionEvents.) | |
UpdateSolution_Done(Int32, Int32, Int32) | Called when a build is completed. | |
UpdateSolution_StartUpdate | Called before the first project configuration is about to be built. (Inherited from IVsUpdateSolutionEvents.) | |
UpdateSolution_StartUpdate(Int32%) | Called before the first project configuration is about to be built. |
Top