Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Include Protected Members
Include Inherited Members
Fires the same events (SolutionEvents) a solution normally fires. Enables a project that nests subprojects to fire these events. Implemented by the environment.
The IVsFireSolutionEvents type exposes the following members.
Methods
Name
Description
.gif)
Fires a solution event, OnAfterClosingChildren, after closing a child project in a nested project hierarchy.
.gif)
Fires a solution event, OnAfterLoadProject, after a project is loaded in the project hierarchy.
.gif)
Fires a solution event, OnAfterOpeningChildren, after opening a child project in a nested project hierarchy.
.gif)
Fires a solution event, OnAfterOpenProject, after opening the project.
.gif)
Fires a solution event, OnBeforeCloseProject, before closing a project.
.gif)
Fires a solution event, OnBeforeClosingChildren, before closing a child project.
.gif)
Fires a solution event, OnBeforeOpeningChildren, before opening a children project in a nested project hierarchy.
.gif)
Fires a solution event, OnBeforeUnloadProject, before unloading a project from a project hierarchy.
.gif)
Fires a solution event, OnQueryCloseProject, indicating a query about closing the project.
.gif)
Fires a solution event, OnQueryUnloadProject, indicating a query about unloading the project.
Top