IVsExpansionIntellisenseHost Members
Include Protected Members
Include Inherited Members
Provides Insert Expansion support.
The IVsExpansionIntellisenseHost type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCurrentLevel | Returns the current position. | |
GetSelection | Retrieves the starting and ending positions of the current expansion selection. | |
GetText | Returns the text of the expansion text span. | |
GetTextLen | Returns the length of the expansion text span. | |
SetSelection | Sets the starting and ending position of an expansion text span selection. | |
SetText | Replaces the text span within an expansion selection with new text. |
Top