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)

Syntax

'Declaration
<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseLangTip
[GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseLangTip
[GuidAttribute(L"1E34D422-7120-4D9E-96FF-E880B665D30D")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseLangTip
[<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
[<InterfaceTypeAttribute()>]
type IVsIntellisenseLangTip =  interface end
public interface IVsIntellisenseLangTip

The IVsIntellisenseLangTip type exposes the following members.

Methods

  Name Description
Public method Close Destroys the tip window and then deletes the tip.
Public method Create Creates the tool tip window.
Public method GetOverloadCount Gets the number of overloads for the current method.
Public method GetSizePreferences Gets the size of the language tip window.
Public method GetSizeY Gets the height of the tip window.
Public method Initialize Initializes a language tooltip.
Public method IsActive Determines whether the tip is active.
Public method ScrollDown Scrolls to next overload of the method.
Public method ScrollUp Scrolls to the previous overload of the method.
Public method Update Updates a language tooltip.
Public method UpdatePosition Updates the tip position.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace