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)

Syntax

'Declaration
<GuidAttribute("A9F86308-5EA7-485D-BAB8-E8989C3CFBDC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUpdateSolutionEvents
'Usage
Dim instance As IVsUpdateSolutionEvents
[GuidAttribute("A9F86308-5EA7-485D-BAB8-E8989C3CFBDC")]
[InterfaceTypeAttribute()]
public interface IVsUpdateSolutionEvents
[GuidAttribute(L"A9F86308-5EA7-485D-BAB8-E8989C3CFBDC")]
[InterfaceTypeAttribute()]
public interface class IVsUpdateSolutionEvents
public interface IVsUpdateSolutionEvents

Remarks

Notes to Implementers:

Implemented when VSPackages need to sink build events.

See Also

Reference

IVsUpdateSolutionEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace