IVsLanguageTextOps Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

NameDescription
System_CAPS_pubmethodFormat(IVsTextLayer^, array<TextSpan>^)

Formats the selected text.

System_CAPS_pubmethodGetDataTip(IVsTextLayer^, array<TextSpan>^, array<TextSpan>^, String^)

Displays a tip over a span of text when the mouse hovers over this location.

System_CAPS_pubmethodGetPairExtent(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.

System_CAPS_pubmethodGetWordExtent(IVsTextLayer^, TextAddress, WORDEXTFLAGS, array<TextSpan>^)

Returns the extent of a word or token on or near the point.

Return to top
Show: