VsIntellisenseLangTip Interface

Definition

Used to expose method tips.

public interface class VsIntellisenseLangTip : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip
public interface class VsIntellisenseLangTip : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip
__interface VsIntellisenseLangTip : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTipClass))]
[System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")]
public interface VsIntellisenseLangTip : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseLangTip
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTipClass))]
[System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsIntellisenseLangTip : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseLangTip
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTipClass))>]
[<System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
type VsIntellisenseLangTip = interface
    interface IVsIntellisenseLangTip
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTipClass))>]
[<System.Runtime.InteropServices.Guid("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsIntellisenseLangTip = interface
    interface IVsIntellisenseLangTip
Public Interface VsIntellisenseLangTip
Implements IVsIntellisenseLangTip
Derived
Attributes
Implements

Methods

Close(Int32)

Destroys the tip window and then deletes the tip.

(Inherited from IVsIntellisenseLangTip)
Create(IVsTipWindow)

Creates the tool tip window.

(Inherited from IVsIntellisenseLangTip)
GetOverloadCount(Int32)

Gets the number of overloads for the current method.

(Inherited from IVsIntellisenseLangTip)
GetSizePreferences(RECT[], TIPSIZEDATA[])

Gets the size of the language tip window.

(Inherited from IVsIntellisenseLangTip)
GetSizeY(Int16)

Gets the height of the tip window.

(Inherited from IVsIntellisenseLangTip)
Initialize(IVsIntellisenseHost)

Initializes a language tooltip.

(Inherited from IVsIntellisenseLangTip)
IsActive(Int32)

Determines whether the tip is active.

(Inherited from IVsIntellisenseLangTip)
ScrollDown()

Scrolls to next overload of the method.

(Inherited from IVsIntellisenseLangTip)
ScrollUp()

Scrolls to the previous overload of the method.

(Inherited from IVsIntellisenseLangTip)
Update(IVsTipWindow, UInt32)

Updates a language tooltip.

(Inherited from IVsIntellisenseLangTip)
UpdatePosition()

Updates the tip position.

(Inherited from IVsIntellisenseLangTip)

Applies to