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
Defines high priority event methods for a solution.
The IVsPrioritizedSolutionEvents type exposes the following members.
Methods
Name
Description
.gif)
PrioritizedOnAfterAsynchOpenProject
Defines a method called after the asynchronous opening of a project and before OnAfterAsynchOpenProject.
.gif)
PrioritizedOnAfterChangeProjectParent
Defines a method called after the parent of a project changes and before OnAfterChangeProjectParent.
.gif)
PrioritizedOnAfterCloseSolution
Defines a method called after a solution closes and before OnAfterCloseSolution.
.gif)
PrioritizedOnAfterClosingChildren
Defines a method called after closing the children of a project and before OnAfterClosingChildren.
.gif)
Defines a method called after loading a project but before OnAfterLoadProject.
.gif)
PrioritizedOnAfterMergeSolution
Defines a method called after merging solutions but before OnAfterMergeSolution.
.gif)
PrioritizedOnAfterOpeningChildren
Defines a method called after opening children of the project but before calling OnAfterOpeningChildren.
.gif)
Defines a method called after opening a project but before calling OnAfterOpenProject.
.gif)
PrioritizedOnAfterOpenSolution
Defines a method called after opening a solution but before OnAfterOpenSolution.
.gif)
PrioritizedOnAfterRenameProject
Defines a method called after renaming a project and before calling OnAfterRenameProject.
.gif)
PrioritizedOnBeforeCloseProject
Defines a method called after OnBeforeCloseProject and before closing a project.
.gif)
PrioritizedOnBeforeCloseSolution
Defines a method called after OnBeforeCloseSolution and before closing the solution.
.gif)
PrioritizedOnBeforeClosingChildren
Defines a method called after OnBeforeClosingChildren and before closing the children of a project.
.gif)
PrioritizedOnBeforeOpeningChildren
Defines a method called after OnBeforeOpeningChildren but before opening the children of a project.
.gif)
PrioritizedOnBeforeUnloadProject
Defines a method called after OnBeforeUnloadProject but before unloading the project.
Top