IVsExpansionIntellisenseHost Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetCurrentLevel(Int32) | Returns the current position. |
![]() | GetSelection(Int32, Int32) | Retrieves the starting and ending positions of the current expansion selection. |
![]() | GetText(String^) | Returns the text of the expansion text span. |
![]() | GetTextLen(Int32) | Returns the length of the expansion text span. |
![]() | SetSelection(Int32, Int32) | Sets the starting and ending position of an expansion text span selection. |
![]() | SetText(String^, Int32) | Replaces the text span within an expansion selection with new text. |
Show:
