SVsShellMonitorSelection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passed to GetService(Type) to return a reference to IVsMonitorSelection.
public interface class SVsShellMonitorSelection
public interface class SVsShellMonitorSelection
__interface SVsShellMonitorSelection
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("55AB9450-F9C7-4305-94E8-BEF12065338D")]
public interface SVsShellMonitorSelection
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("55AB9450-F9C7-4305-94E8-BEF12065338D")>]
type SVsShellMonitorSelection = interface
Public Interface SVsShellMonitorSelection
- Attributes
Remarks
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.