IVsIntellisenseLangTip Interface

 

Used to expose method tips.

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

[GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")]
[InterfaceTypeAttribute(1)]
public interface IVsIntellisenseLangTip

NameDescription
System_CAPS_pubmethodClose(Int32)

Destroys the tip window and then deletes the tip.

System_CAPS_pubmethodCreate(IVsTipWindow)

Creates the tool tip window.

System_CAPS_pubmethodGetOverloadCount(Int32)

Gets the number of overloads for the current method.

System_CAPS_pubmethodGetSizePreferences(RECT[], TIPSIZEDATA[])

Gets the size of the language tip window.

System_CAPS_pubmethodGetSizeY(Int16)

Gets the height of the tip window.

System_CAPS_pubmethodInitialize(IVsIntellisenseHost)

Initializes a language tooltip.

System_CAPS_pubmethodIsActive(Int32)

Determines whether the tip is active.

System_CAPS_pubmethodScrollDown()

Scrolls to next overload of the method.

System_CAPS_pubmethodScrollUp()

Scrolls to the previous overload of the method.

System_CAPS_pubmethodUpdate(IVsTipWindow, UInt32)

Updates a language tooltip.

System_CAPS_pubmethodUpdatePosition()

Updates the tip position.

Return to top
Show: