IVsMonitorSelection Interface
Enables VSPackages to receive notification of selection events and to retrieve information about the current project hierarchy, item, element value, and command UI context.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
See illustrations of the implementation and/or calling of this interface in the sample Basic Project Sample.
Notes to Callers VSPackages call the methods of IVsMonitorSelection through the SVsMonitorSelection service to register for selection event notification, to cancel the registration, to retrieve current selections and element values, and to manage command UI context information.