IVsSolutionEvents2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnAfterCloseSolution(Object^) | Notifies listening clients that a solution has been closed. |
![]() | OnAfterLoadProject(IVsHierarchy^, IVsHierarchy^) | Notifies listening clients that the project has been loaded. |
![]() | OnAfterMergeSolution(Object^) | Notifies listening clients that all projects have been merged into the open solution. |
![]() | OnAfterOpenProject(IVsHierarchy^, Int32) | Notifies listening clients that the project has been opened. |
![]() | OnAfterOpenSolution(Object^, Int32) | Notifies listening clients that the solution has been opened. |
![]() | OnBeforeCloseProject(IVsHierarchy^, Int32) | Notifies listening clients that the project is about to be closed. |
![]() | OnBeforeCloseSolution(Object^) | Notifies listening clients that the solution is about to be closed. |
![]() | OnBeforeUnloadProject(IVsHierarchy^, IVsHierarchy^) | Notifies listening clients that the project is about to be unloaded. |
![]() | OnQueryCloseProject(IVsHierarchy^, Int32, Int32) | Queries listening clients as to whether the project can be closed. |
![]() | OnQueryCloseSolution(Object^, Int32) | Queries listening clients as to whether the solution can be closed. |
![]() | OnQueryUnloadProject(IVsHierarchy^, Int32) | Queries listening clients as to whether the project can be unloaded. |
Show:
