Share via


SolutionListenerForProjectOpen Members

Include Protected Members
Include Inherited Members

Monitors open project events.

The SolutionListenerForProjectOpen type exposes the following members.

Constructors

 

Name

Description

Public method

SolutionListenerForProjectOpen

Initializes a new instance of the SolutionListenerForProjectOpen class, using a supplied 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. (Inherited from SolutionListener.)

Protected method

MemberwiseClone

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

Public method

OnAfterAsynchOpenProject

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterChangeProjectParent

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterCloseSolution

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterClosingChildren

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterLoadProject

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterMergeSolution

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterOpeningChildren

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterOpenProject

Fires after the project has been opened. (Overrides SolutionListener.OnAfterOpenProject(IVsHierarchy, Int32).)

Public method

OnAfterOpenSolution

This method does nothing. (Inherited from SolutionListener.)

Public method

OnAfterRenameProject

This method does nothing. (Inherited from SolutionListener.)

Public method

OnBeforeCloseProject

This method does nothing. (Inherited from SolutionListener.)

Public method

OnBeforeCloseSolution

This method does nothing. (Inherited from SolutionListener.)

Public method

OnBeforeClosingChildren

This method does nothing. (Inherited from SolutionListener.)

Public method

OnBeforeOpeningChildren

This method does nothing. (Inherited from SolutionListener.)

Public method

OnBeforeUnloadProject

This method does nothing. (Inherited from SolutionListener.)

Public method

OnQueryChangeProjectParent

This method does nothing. (Inherited from SolutionListener.)

Public method

OnQueryCloseProject

This method does nothing. (Inherited from SolutionListener.)

Public method

OnQueryCloseSolution

This method does nothing. (Inherited from SolutionListener.)

Public method

OnQueryUnloadProject

This method does nothing. (Inherited from SolutionListener.)

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. (Inherited from SolutionListener.)

Protected property

ServiceProvider

Gets the service provider associated with the solution. (Inherited from SolutionListener.)

Protected property

Solution

Gets the solution. (Inherited from SolutionListener.)

Top

See Also

Reference

SolutionListenerForProjectOpen Class

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