Share via


SolutionListenerForProjectOpen Members

Include Protected Members
Include Inherited Members

This type is only used internally; you cannot use it directly from your code. 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 attempt to free resources and perform other cleanup operations before the Object 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 Override. Fires after the project has 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