IVsExpansionIntellisenseHost Interface

 

Provides Insert Expansion support.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("DEF59D57-46FE-4984-8CA4-5EFA3AC5D16E")]
public interface IVsExpansionIntellisenseHost

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.

To find the snippet picker, right click in a C# file, point to IntelliSense on the shortcut menu and then click Insert Expansion.

Return to top
Show: