IVsUpdateSolutionEvents Interface

 

Implemented by VSPackages to sink build events for solution and project builds.

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

[GuidAttribute("A9F86308-5EA7-485D-BAB8-E8989C3CFBDC")]
[InterfaceTypeAttribute(1)]
public interface IVsUpdateSolutionEvents

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.

Notes to Implementers:

Implemented when VSPackages need to sink build events.

Return to top
Show: