Share via


SolutionListener Members

Include Protected Members
Include Inherited Members

Listens to different modifications to the solution.

The SolutionListener type exposes the following members.

Constructors

 

Name

Description

Protected method

SolutionListener

Initializes a new instance of the SolutionListener class, using a specified service provider.

Top

Methods

 

Name

Description

Public method

Dispose

Overloaded. Releases all resources used by the current instance of the solution listener.

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.)

Public method

Init

Initializes a solution listener.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

OnAfterAsynchOpenProject

This method does nothing.

Public method

OnAfterChangeProjectParent

This method does nothing.

Public method

OnAfterCloseSolution

This method does nothing.

Public method

OnAfterClosingChildren

This method does nothing.

Public method

OnAfterLoadProject

This method does nothing.

Public method

OnAfterMergeSolution

This method does nothing.

Public method

OnAfterOpeningChildren

This method does nothing.

Public method

OnAfterOpenProject

This method does nothing.

Public method

OnAfterOpenSolution

This method does nothing.

Public method

OnAfterRenameProject

This method does nothing.

Public method

OnBeforeCloseProject

This method does nothing.

Public method

OnBeforeCloseSolution

This method does nothing.

Public method

OnBeforeClosingChildren

This method does nothing.

Public method

OnBeforeOpeningChildren

This method does nothing.

Public method

OnBeforeUnloadProject

This method does nothing.

Public method

OnQueryChangeProjectParent

This method does nothing.

Public method

OnQueryCloseProject

This method does nothing.

Public method

OnQueryCloseSolution

This method does nothing.

Public method

OnQueryUnloadProject

This method does nothing.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Protected property

EventsCookie

Gets the unique identifier used to unregister for events.

Protected property

ServiceProvider

Gets the service provider associated with the solution.

Protected property

Solution

Gets the solution.

Top

See Also

Reference

SolutionListener Class

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace