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
Public method SolutionEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_AfterClosing Infrastructure. Microsoft Internal Use Only.
Public method add_BeforeClosing Infrastructure. Microsoft Internal Use Only.
Public method add_Opened Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectRemoved Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectRenamed Infrastructure. Microsoft Internal Use Only.
Public method add_QueryCloseSolution Infrastructure. Microsoft Internal Use Only.
Public method add_Renamed Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_AfterClosing Infrastructure. Microsoft Internal Use Only.
Public method remove_BeforeClosing Infrastructure. Microsoft Internal Use Only.
Public method remove_Opened Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectRemoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectRenamed Infrastructure. Microsoft Internal Use Only.
Public method remove_QueryCloseSolution Infrastructure. Microsoft Internal Use Only.
Public method remove_Renamed Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event AfterClosing Occurs immediately after closing a solution.
Public event BeforeClosing Occurs immediately before closing a solution.
Public event Opened Occurs immediately after opening a solution or project.
Public event ProjectAdded Occurs immediately after adding a project to the solution.
Public event ProjectRemoved Occurs after you remove a project from the solution.
Public event ProjectRenamed Occurs after you rename a project in the solution.
Public event QueryCloseSolution Occurs before the BeforeClosing.
Public event 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.

See Also

Reference

EnvDTE Namespace