Partager via


SolutionListenerForProjectOpen Class

Monitors open project events.

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

Syntax

<CLSCompliantAttribute(False)> _
Public Class SolutionListenerForProjectOpen _
    Inherits SolutionListener

Dim instance As SolutionListenerForProjectOpen
[CLSCompliantAttribute(false)]
public class SolutionListenerForProjectOpen : SolutionListener
[CLSCompliantAttribute(false)]
public ref class SolutionListenerForProjectOpen : public SolutionListener
public class SolutionListenerForProjectOpen extends SolutionListener

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.SolutionListener
    Microsoft.VisualStudio.Package.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

SolutionListenerForProjectOpen Members

Microsoft.VisualStudio.Package Namespace