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
[GuidAttribute("A4662D0F-FA14-48AC-8E68-D481EF200627")]
[InterfaceTypeAttribute()]
public interface IVsFireSolutionEvents
[GuidAttribute(L"A4662D0F-FA14-48AC-8E68-D481EF200627")]
[InterfaceTypeAttribute()]
public interface class IVsFireSolutionEvents
[<GuidAttribute("A4662D0F-FA14-48AC-8E68-D481EF200627")>]
[<InterfaceTypeAttribute()>]
type IVsFireSolutionEvents =  interface end
public interface IVsFireSolutionEvents

The IVsFireSolutionEvents type exposes the following members.

Methods

  Name Description
Public method FireOnAfterClosingChildren Fires a solution event, OnAfterClosingChildren, after closing a child project in a nested project hierarchy.
Public method FireOnAfterLoadProject Fires a solution event, OnAfterLoadProject, after a project is loaded in the project hierarchy.
Public method FireOnAfterOpeningChildren Fires a solution event, OnAfterOpeningChildren, after opening a child project in a nested project hierarchy.
Public method FireOnAfterOpenProject Fires a solution event, OnAfterOpenProject, after opening the project.
Public method FireOnBeforeCloseProject Fires a solution event, OnBeforeCloseProject, before closing a project.
Public method FireOnBeforeClosingChildren Fires a solution event, OnBeforeClosingChildren, before closing a child project.
Public method FireOnBeforeOpeningChildren Fires a solution event, OnBeforeOpeningChildren, before opening a children project in a nested project hierarchy.
Public method FireOnBeforeUnloadProject Fires a solution event, OnBeforeUnloadProject, before unloading a project from a project hierarchy.
Public method FireOnQueryCloseProject Fires a solution event, OnQueryCloseProject, indicating a query about closing the project.
Public method FireOnQueryUnloadProject Fires a solution event, OnQueryUnloadProject, indicating a query about unloading the project.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace