SolutionEventsClass Class
Visual Studio 2010
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)
The SolutionEventsClass type exposes the following members.
| 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. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AfterClosing | Occurs immediately after closing a solution. |
![]() | BeforeClosing | Occurs immediately before closing a solution. |
![]() | Opened | Occurs immediately after opening a solution or project. |
![]() | ProjectAdded | Occurs immediately after adding a project to the solution. |
![]() | ProjectRemoved | Occurs after you remove a project from the solution. |
![]() | ProjectRenamed | Occurs after you rename a project in the solution. |
![]() | QueryCloseSolution | Occurs before the BeforeClosing. |
![]() | Renamed | Occurs after you rename a solution. |
Refer to SolutionEvents for this functionality. Do not instantiate this class.
