Share via


SolutionListenerForProjectOpen Class

This type is only used internally; you cannot use it directly from your code. 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
[<CLSCompliantAttribute(false)>]
type SolutionListenerForProjectOpen =  
    class
        inherit SolutionListener
    end

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