IVsFireSolutionEvents Interface

Fires the same events (SolutionEvents) a solution normally fires. Enables a project that nests subprojects to fire these events. Implemented by the environment.

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

Syntax

'Declaration
<GuidAttribute("A4662D0F-FA14-48AC-8E68-D481EF200627")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFireSolutionEvents
'Usage
Dim instance As IVsFireSolutionEvents
[GuidAttribute("A4662D0F-FA14-48AC-8E68-D481EF200627")]
[InterfaceTypeAttribute()]
public interface IVsFireSolutionEvents
[GuidAttribute(L"A4662D0F-FA14-48AC-8E68-D481EF200627")]
[InterfaceTypeAttribute()]
public interface class IVsFireSolutionEvents
public interface IVsFireSolutionEvents

See Also

Reference

IVsFireSolutionEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace