SVsShellMonitorSelection Interface
Visual Studio 2015
Passed to GetService to return a reference to IVsMonitorSelection.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
SVsShellMonitorSelection is a global service that manages property browsing in the environment.
It is also implemented in cut, copy, and paste operations to determine the affected item to determine what to put into your data object.
Information about selection includes the IVsHierarchy interface of the selected item, an identifier that points to item-specific data, and the selection container.
Show: