IVsUpdateSolutionEvents Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodOnActiveProjectCfgChange(IVsHierarchy^)

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

System_CAPS_pubmethodUpdateSolution_Begin(Int32)

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

System_CAPS_pubmethodUpdateSolution_Cancel()

Called when a build is being cancelled.

System_CAPS_pubmethodUpdateSolution_Done(Int32, Int32, Int32)

Called when a build is completed.

System_CAPS_pubmethodUpdateSolution_StartUpdate(Int32)

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

Return to top
Show: