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
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A4662D0F-FA14-48AC-8E68-D481EF200627")> _
Public Interface IVsFireSolutionEvents
'Utilisation
Dim instance As IVsFireSolutionEvents
[InterfaceTypeAttribute()]
[GuidAttribute("A4662D0F-FA14-48AC-8E68-D481EF200627")]
public interface IVsFireSolutionEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"A4662D0F-FA14-48AC-8E68-D481EF200627")]
public interface class IVsFireSolutionEvents
public interface IVsFireSolutionEvents