Share via


SolutionListener Class

This type is only used internally; you cannot use it directly from your code. 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
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type SolutionListener =  
    class
        interface IVsSolutionEvents3
        interface IVsSolutionEvents2
        interface IVsSolutionEvents
        interface IVsSolutionEvents4
        interface IDisposable
    end

Inheritance Hierarchy

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

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