Share via


SelectionListener Class

This type is only used internally; you cannot use it directly from your code. Represents the selection listener.

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 MustInherit Class SelectionListener _
    Implements IVsSelectionEvents, IDisposable
'Usage
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
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type SelectionListener =  
    class
        interface IVsSelectionEvents
        interface IDisposable
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.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.Data.Schema.Project.Project.MPF Namespace