Share via


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

Public method

OnActiveProjectCfgChange

Called when the active project configuration for a project in the solution has changed.

Public method

UpdateSolution_Begin

Called before any build actions have begun. This is the last chance to cancel the build before any building begins.

Public method

UpdateSolution_Cancel

Called when a build is being cancelled.

Public method

UpdateSolution_Done

Called when a build is completed.

Public method

UpdateSolution_StartUpdate

Called before the first project configuration is about to be built.

Top

See Also

Reference

IVsUpdateSolutionEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace