IVsExpansionIntellisenseHost Methods

 

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

NameDescription
System_CAPS_pubmethodGetCurrentLevel(Int32)

Returns the current position.

System_CAPS_pubmethodGetSelection(Int32, Int32)

Retrieves the starting and ending positions of the current expansion selection.

System_CAPS_pubmethodGetText(String^)

Returns the text of the expansion text span.

System_CAPS_pubmethodGetTextLen(Int32)

Returns the length of the expansion text span.

System_CAPS_pubmethodSetSelection(Int32, Int32)

Sets the starting and ending position of an expansion text span selection.

System_CAPS_pubmethodSetText(String^, Int32)

Replaces the text span within an expansion selection with new text.

Return to top
Show: