IVsSolutionEvents2 Members
Include Protected Members
Include Inherited Members
Listening interface that monitors any notifications of changes to the solution.
The IVsSolutionEvents2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterCloseSolution | Notifies listening clients that a solution has been closed. (Inherited from IVsSolutionEvents.) | |
OnAfterCloseSolution(Object) | Notifies listening clients that a solution has been closed. | |
OnAfterLoadProject | Notifies listening clients that the project has been loaded. (Inherited from IVsSolutionEvents.) | |
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. | |
OnAfterOpenProject | Notifies listening clients that the project has been opened. (Inherited from IVsSolutionEvents.) | |
OnAfterOpenProject(IVsHierarchy, Int32) | Notifies listening clients that the project has been opened. | |
OnAfterOpenSolution | Notifies listening clients that the solution has been opened. (Inherited from IVsSolutionEvents.) | |
OnAfterOpenSolution(Object, Int32) | Notifies listening clients that the solution has been opened. | |
OnBeforeCloseProject | Notifies listening clients that the project is about to be closed. (Inherited from IVsSolutionEvents.) | |
OnBeforeCloseProject(IVsHierarchy, Int32) | Notifies listening clients that the project is about to be closed. | |
OnBeforeCloseSolution | Notifies listening clients that the solution is about to be closed. (Inherited from IVsSolutionEvents.) | |
OnBeforeCloseSolution(Object) | Notifies listening clients that the solution is about to be closed. | |
OnBeforeUnloadProject | Notifies listening clients that the project is about to be unloaded. (Inherited from IVsSolutionEvents.) | |
OnBeforeUnloadProject(IVsHierarchy, IVsHierarchy) | Notifies listening clients that the project is about to be unloaded. | |
OnQueryCloseProject | Queries listening clients as to whether the project can be closed. (Inherited from IVsSolutionEvents.) | |
OnQueryCloseProject(IVsHierarchy, Int32, Int32%) | Queries listening clients as to whether the project can be closed. | |
OnQueryCloseSolution | (Inherited from IVsSolutionEvents.) | |
OnQueryCloseSolution(Object, Int32%) | Queries listening clients as to whether the solution can be closed. | |
OnQueryUnloadProject | Queries listening clients as to whether the project can be unloaded. (Inherited from IVsSolutionEvents.) | |
OnQueryUnloadProject(IVsHierarchy, Int32%) | Queries listening clients as to whether the project can be unloaded. |
Top