IVsMonitorSelection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseSelectionEvents(IVsSelectionEvents^, UInt32) | Registers a VSPackage for selection event notification. |
![]() | GetCmdUIContextCookie(Guid, UInt32) | Registers a command UI context GUID and returns cookie value. |
![]() | GetCurrentElementValue(UInt32, Object^) | Returns the value for a particular element. |
![]() | GetCurrentSelection(IntPtr, UInt32, IVsMultiItemSelect^, IntPtr) | Returns the current project hierarchy, project item, and selection container for the current selection. |
![]() | IsCmdUIContextActive(UInt32, Int32) | Determines whether a specific command UI context is active. |
![]() | SetCmdUIContext(UInt32, Int32) | Sets the state of the command UI context to active or inactive. |
![]() | UnadviseSelectionEvents(UInt32) | Cancels a registration for selection event notification. |
Show:
