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)
Visual Basic (Declaration)
<InterfaceTypeAttribute(1)> _
<GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D")> _
Public Interface IVsMonitorSelection
Dim instance As IVsMonitorSelection
[InterfaceTypeAttribute(1)]
[GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D")]
public interface IVsMonitorSelection
[InterfaceTypeAttribute(1)]
[GuidAttribute(L"55AB9450-F9C7-4305-94E8-BEF12065338D")]
public interface class IVsMonitorSelection
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D") */
public interface IVsMonitorSelection
InterfaceTypeAttribute(1)
GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D")
public interface IVsMonitorSelection
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.