SolutionListener Class

Listens to different modifications to the solution.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class SolutionListener _
    Implements IVsSolutionEvents3, IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4,  _
    IDisposable
'Usage
Dim instance As SolutionListener
[CLSCompliantAttribute(false)]
public abstract class SolutionListener : IVsSolutionEvents3, 
    IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, IDisposable
[CLSCompliantAttribute(false)]
public ref class SolutionListener abstract : IVsSolutionEvents3, 
    IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, IDisposable
public abstract class SolutionListener implements IVsSolutionEvents3, IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.SolutionListener
    Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.SolutionListenerForProjectOpen

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

SolutionListener Members

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