IVsHighlight Interface
Visual Studio 2015
Used to move a dialog box to reveal a selection or highlight.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetHighlightRect(RECT[]) | Returns the screen coordinates of a highlight rectangle. |
A dialog box gets the screen coordinates of a selection or highlight to determine if it should move itself to reveal the selection or highlight.
Notes to Implementers:
Implemented by IVsWindowFrame objects.
Show:
