Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispSolutionEvents_Event
[ComVisibleAttribute(false)]
public interface _dispSolutionEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispSolutionEvents_Event
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_Event = interface end
public interface _dispSolutionEvents_Event
The _dispSolutionEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
add_AfterClosing | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_BeforeClosing | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_Opened | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_ProjectAdded | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_ProjectRemoved | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_ProjectRenamed | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_QueryCloseSolution | Infrastructure. Microsoft Internal Use Only. |
![]() |
add_Renamed | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_AfterClosing | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_BeforeClosing | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_Opened | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_ProjectAdded | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_ProjectRemoved | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_ProjectRenamed | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_QueryCloseSolution | Infrastructure. Microsoft Internal Use Only. |
![]() |
remove_Renamed | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
![]() |
AfterClosing | Infrastructure. Microsoft Internal Use Only. |
![]() |
BeforeClosing | Infrastructure. Microsoft Internal Use Only. |
![]() |
Opened | Infrastructure. Microsoft Internal Use Only. |
![]() |
ProjectAdded | Infrastructure. Microsoft Internal Use Only. |
![]() |
ProjectRemoved | Infrastructure. Microsoft Internal Use Only. |
![]() |
ProjectRenamed | Infrastructure. Microsoft Internal Use Only. |
![]() |
QueryCloseSolution | Infrastructure. Microsoft Internal Use Only. |
![]() |
Renamed | Infrastructure. Microsoft Internal Use Only. |
Top
Remarks
The SolutionEvents object can go out of scope and be garbage collected before the solution is closed. To retain a reference to this object, declare a private variable in the class in which you implement the solution event handlers.