IVsFireSolutionEvents Methods

 

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

NameDescription
System_CAPS_pubmethodFireOnAfterClosingChildren(IVsHierarchy^)

Fires a solution event, OnAfterClosingChildren, after closing a child project in a nested project hierarchy.

System_CAPS_pubmethodFireOnAfterLoadProject(IVsHierarchy^)

Fires a solution event, OnAfterLoadProject, after a project is loaded in the project hierarchy.

System_CAPS_pubmethodFireOnAfterOpeningChildren(IVsHierarchy^)

Fires a solution event, OnAfterOpeningChildren, after opening a child project in a nested project hierarchy.

System_CAPS_pubmethodFireOnAfterOpenProject(IVsHierarchy^, Int32)

Fires a solution event, OnAfterOpenProject, after opening the project.

System_CAPS_pubmethodFireOnBeforeCloseProject(IVsHierarchy^, Int32)

Fires a solution event, OnBeforeCloseProject, before closing a project.

System_CAPS_pubmethodFireOnBeforeClosingChildren(IVsHierarchy^)

Fires a solution event, OnBeforeClosingChildren, before closing a child project.

System_CAPS_pubmethodFireOnBeforeOpeningChildren(IVsHierarchy^)

Fires a solution event, OnBeforeOpeningChildren, before opening a children project in a nested project hierarchy.

System_CAPS_pubmethodFireOnBeforeUnloadProject(IVsHierarchy^)

Fires a solution event, OnBeforeUnloadProject, before unloading a project from a project hierarchy.

System_CAPS_pubmethodFireOnQueryCloseProject(IVsHierarchy^, Int32)

Fires a solution event, OnQueryCloseProject, indicating a query about closing the project.

System_CAPS_pubmethodFireOnQueryUnloadProject(IVsHierarchy^)

Fires a solution event, OnQueryUnloadProject, indicating a query about unloading the project.

Return to top
Show: