IVsUpdateSolutionEvents Members
Include Protected Members
Include Inherited Members
Implemented by VSPackages to sink build events for solution and project builds.
The IVsUpdateSolutionEvents type exposes the following members.
Methods
Name
Description
Called when the active project configuration for a project in the solution has changed.
Called before any build actions have begun. This is the last chance to cancel the build before any building begins.
Called when a build is being cancelled.
Called when a build is completed.
Called before the first project configuration is about to be built.
Top