IVsLanguageTextOps Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Format(IVsTextLayer^, array<TextSpan>^) | Formats the selected text. |
![]() | GetDataTip(IVsTextLayer^, array<TextSpan>^, array<TextSpan>^, String^) | Displays a tip over a span of text when the mouse hovers over this location. |
![]() | GetPairExtent(IVsTextLayer^, TextAddress, array<TextSpan>^) | Determines the location of a matching brace, parenthesis, quotation mark, bracket, or any other item the language service wants to match. |
![]() | GetWordExtent(IVsTextLayer^, TextAddress, WORDEXTFLAGS, array<TextSpan>^) | Returns the extent of a word or token on or near the point. |
Show:
