Partager via


SelectionListener Class

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

Syntax

<CLSCompliantAttribute(False)> _
Public MustInherit Class SelectionListener _
    Implements IVsSelectionEvents, IDisposable

Dim instance As SelectionListener
[CLSCompliantAttribute(false)]
public abstract class SelectionListener : IVsSelectionEvents, 
    IDisposable
[CLSCompliantAttribute(false)]
public ref class SelectionListener abstract : IVsSelectionEvents, 
    IDisposable
public abstract class SelectionListener implements IVsSelectionEvents, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.SelectionListener

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

SelectionListener Members

Microsoft.VisualStudio.Package Namespace