Partager via


SolutionListener Class

The abstract class that listens to different modifications to the solution.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<CLSCompliantAttribute(False)> _
Public MustInherit Class SolutionListener _
    Implements IVsSolutionEvents3, IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4,  _
    IDisposable

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.Package.SolutionListener
    Microsoft.VisualStudio.Package.SolutionListenerForProjectOpen
    Microsoft.VisualStudio.Package.SolutionListenerForProjectReferenceUpdate

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.Package Namespace