Partager via


SolutionListenerForProjectReferenceUpdate Class

Monitors the project for modifications to project references.

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

Syntax

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

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

Inheritance Hierarchy

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

SolutionListenerForProjectReferenceUpdate Members

Microsoft.VisualStudio.Package Namespace