IVsIntellisenseLangTip Interface

Definition

Used to expose method tips.

public interface class IVsIntellisenseLangTip
public interface class IVsIntellisenseLangTip
__interface IVsIntellisenseLangTip
[System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseLangTip
[System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsIntellisenseLangTip
[<System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseLangTip = interface
[<System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsIntellisenseLangTip = interface
Public Interface IVsIntellisenseLangTip
Derived
Attributes

Methods

Close(Int32)

Destroys the tip window and then deletes the tip.

Create(IVsTipWindow)

Creates the tool tip window.

GetOverloadCount(Int32)

Gets the number of overloads for the current method.

GetSizePreferences(RECT[], TIPSIZEDATA[])

Gets the size of the language tip window.

GetSizeY(Int16)

Gets the height of the tip window.

Initialize(IVsIntellisenseHost)

Initializes a language tooltip.

IsActive(Int32)

Determines whether the tip is active.

ScrollDown()

Scrolls to next overload of the method.

ScrollUp()

Scrolls to the previous overload of the method.

Update(IVsTipWindow, UInt32)

Updates a language tooltip.

UpdatePosition()

Updates the tip position.

Applies to