IVsSolutionEvents3 Members
Include Protected Members
Include Inherited Members
Listening interface that monitors any notifications of changes to the solution.
The IVsSolutionEvents3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnAfterCloseSolution(Object) | Notifies listening clients that a solution has been closed. (Inherited from IVsSolutionEvents2.) |
![]() |
OnAfterCloseSolution(Object) | Notifies listening clients that a solution has been closed. |
![]() |
OnAfterClosingChildren | Fired after closing all nested projects owned by a parent hierarchy. |
![]() |
OnAfterLoadProject(IVsHierarchy, IVsHierarchy) | Notifies listening clients that the project has been loaded. (Inherited from IVsSolutionEvents2.) |
![]() |
OnAfterLoadProject(IVsHierarchy, IVsHierarchy) | Notifies listening clients that the project has been loaded. |
![]() |
OnAfterMergeSolution | Notifies listening clients that all projects have been merged into the open solution. (Inherited from IVsSolutionEvents2.) |
![]() |
OnAfterMergeSolution(Object) | Notifies listening clients that all projects have been merged into the open solution. |
![]() |
OnAfterOpeningChildren | Fired after opening all nested projects owned by a parent hierarchy. |
![]() |
OnAfterOpenProject(IVsHierarchy, Int32) | Notifies listening clients that the project has been opened. (Inherited from IVsSolutionEvents2.) |
![]() |
OnAfterOpenProject(IVsHierarchy, Int32) | Notifies listening clients that the project has been opened. |
![]() |
OnAfterOpenSolution(Object, Int32) | Notifies listening clients that the solution has been opened. (Inherited from IVsSolutionEvents2.) |
![]() |
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. (Inherited from IVsSolutionEvents2.) |
![]() |
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. (Inherited from IVsSolutionEvents2.) |
![]() |
OnBeforeCloseSolution(Object) | Notifies listening clients that the solution is about to be closed. |
![]() |
OnBeforeClosingChildren | Fired before closing all nested projects owned by a parent hierarchy. |
![]() |
OnBeforeOpeningChildren | Fired before opening all nested projects owned by a parent hierarchy. |
![]() |
OnBeforeUnloadProject(IVsHierarchy, IVsHierarchy) | Notifies listening clients that the project is about to be unloaded. (Inherited from IVsSolutionEvents2.) |
![]() |
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. (Inherited from IVsSolutionEvents2.) |
![]() |
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. (Inherited from IVsSolutionEvents2.) |
![]() |
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. (Inherited from IVsSolutionEvents2.) |
![]() |
OnQueryUnloadProject(IVsHierarchy, Int32%) | Queries listening clients as to whether the project can be unloaded. |
Top