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.