SolutionListenerForProjectOpen Class

Monitors open project events.

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 Class SolutionListenerForProjectOpen _
    Inherits SolutionListener
'Usage
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.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

SolutionListenerForProjectOpen Members

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