IVsExpansionIntellisenseHost Interface
Visual Studio 2015
Provides Insert Expansion support.
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. |
To find the snippet picker, right click in a C# file, point to IntelliSense on the shortcut menu and then click Insert Expansion.
Show:
