SolutionEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Inheritance Hierarchy
System.Object
EnvDTE.SolutionEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")> _
<ClassInterfaceAttribute()> _
Public Class SolutionEventsClass _
Implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event
[GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public class SolutionEventsClass : _SolutionEvents,
SolutionEvents, _dispSolutionEvents_Event
[GuidAttribute(L"88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public ref class SolutionEventsClass : _SolutionEvents,
SolutionEvents, _dispSolutionEvents_Event
[<GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")>]
[<ClassInterfaceAttribute()>]
type SolutionEventsClass =
class
interface _SolutionEvents
interface SolutionEvents
interface _dispSolutionEvents_Event
end
public class SolutionEventsClass implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event
The SolutionEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SolutionEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
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. | |
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 the default hash function. (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.) |
Top
Events
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. |
Top
Remarks
Refer to SolutionEvents for this functionality. Do not instantiate this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.