IVsSolutionEvents Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodOnAfterCloseSolution(Object^)

Notifies listening clients that a solution has been closed.

System_CAPS_pubmethodOnAfterLoadProject(IVsHierarchy^, IVsHierarchy^)

Notifies listening clients that the project has been loaded.

System_CAPS_pubmethodOnAfterOpenProject(IVsHierarchy^, Int32)

Notifies listening clients that the project has been opened.

System_CAPS_pubmethodOnAfterOpenSolution(Object^, Int32)

Notifies listening clients that the solution has been opened.

System_CAPS_pubmethodOnBeforeCloseProject(IVsHierarchy^, Int32)

Notifies listening clients that the project is about to be closed.

System_CAPS_pubmethodOnBeforeCloseSolution(Object^)

Notifies listening clients that the solution is about to be closed.

System_CAPS_pubmethodOnBeforeUnloadProject(IVsHierarchy^, IVsHierarchy^)

Notifies listening clients that the project is about to be unloaded.

System_CAPS_pubmethodOnQueryCloseProject(IVsHierarchy^, Int32, Int32)

Queries listening clients as to whether the project can be closed.

System_CAPS_pubmethodOnQueryCloseSolution(Object^, Int32)

Queries listening clients as to whether the solution can be closed.

System_CAPS_pubmethodOnQueryUnloadProject(IVsHierarchy^, Int32)

Queries listening clients as to whether the project can be unloaded.

Return to top
Show: