Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
Interfaces
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
SVsShellMonitorSelection Interface

Passed to GetService to return a reference to IVsMonitorSelection.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

Visual Basic (Declaration)
<GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D")> _
<GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D")> _
Public Interface SVsShellMonitorSelection
Visual Basic (Usage)
Dim instance As SVsShellMonitorSelection
C#
[GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D")] 
[GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D")] 
public interface SVsShellMonitorSelection
C++
[GuidAttribute(L"55AB9450-F9C7-4305-94E8-BEF12065338D")] 
[GuidAttribute(L"55AB9450-F9C7-4305-94E8-BEF12065338D")] 
public interface class SVsShellMonitorSelection
J#
/** @attribute GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D") */ 
/** @attribute GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D") */ 
public interface SVsShellMonitorSelection
JScript
GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D") 
GuidAttribute("55AB9450-F9C7-4305-94E8-BEF12065338D") 
public interface SVsShellMonitorSelection

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker