Compartir a través de


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
Public method OnAfterCloseSolution(Object) Notifies listening clients that a solution has been closed. (Inherited from IVsSolutionEvents2.)
Public method OnAfterCloseSolution(Object) Notifies listening clients that a solution has been closed.
Public method OnAfterClosingChildren Fired after closing all nested projects owned by a parent hierarchy.
Public method OnAfterLoadProject(IVsHierarchy, IVsHierarchy) Notifies listening clients that the project has been loaded. (Inherited from IVsSolutionEvents2.)
Public method OnAfterLoadProject(IVsHierarchy, IVsHierarchy) Notifies listening clients that the project has been loaded.
Public method OnAfterMergeSolution Notifies listening clients that all projects have been merged into the open solution. (Inherited from IVsSolutionEvents2.)
Public method OnAfterMergeSolution(Object) Notifies listening clients that all projects have been merged into the open solution.
Public method OnAfterOpeningChildren Fired after opening all nested projects owned by a parent hierarchy.
Public method OnAfterOpenProject(IVsHierarchy, Int32) Notifies listening clients that the project has been opened. (Inherited from IVsSolutionEvents2.)
Public method OnAfterOpenProject(IVsHierarchy, Int32) Notifies listening clients that the project has been opened.
Public method OnAfterOpenSolution(Object, Int32) Notifies listening clients that the solution has been opened. (Inherited from IVsSolutionEvents2.)
Public method OnAfterOpenSolution(Object, Int32) Notifies listening clients that the solution has been opened.
Public method OnBeforeCloseProject(IVsHierarchy, Int32) Notifies listening clients that the project is about to be closed. (Inherited from IVsSolutionEvents2.)
Public method OnBeforeCloseProject(IVsHierarchy, Int32) Notifies listening clients that the project is about to be closed.
Public method OnBeforeCloseSolution(Object) Notifies listening clients that the solution is about to be closed. (Inherited from IVsSolutionEvents2.)
Public method OnBeforeCloseSolution(Object) Notifies listening clients that the solution is about to be closed.
Public method OnBeforeClosingChildren Fired before closing all nested projects owned by a parent hierarchy.
Public method OnBeforeOpeningChildren Fired before opening all nested projects owned by a parent hierarchy.
Public method OnBeforeUnloadProject(IVsHierarchy, IVsHierarchy) Notifies listening clients that the project is about to be unloaded. (Inherited from IVsSolutionEvents2.)
Public method OnBeforeUnloadProject(IVsHierarchy, IVsHierarchy) Notifies listening clients that the project is about to be unloaded.
Public method OnQueryCloseProject(IVsHierarchy, Int32, Int32%) Queries listening clients as to whether the project can be closed. (Inherited from IVsSolutionEvents2.)
Public method OnQueryCloseProject(IVsHierarchy, Int32, Int32%) Queries listening clients as to whether the project can be closed.
Public method OnQueryCloseSolution(Object, Int32%) Queries listening clients as to whether the solution can be closed. (Inherited from IVsSolutionEvents2.)
Public method OnQueryCloseSolution(Object, Int32%) Queries listening clients as to whether the solution can be closed.
Public method OnQueryUnloadProject(IVsHierarchy, Int32%) Queries listening clients as to whether the project can be unloaded. (Inherited from IVsSolutionEvents2.)
Public method OnQueryUnloadProject(IVsHierarchy, Int32%) Queries listening clients as to whether the project can be unloaded.

Top

See Also

Reference

IVsSolutionEvents3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace