VsIntellisenseLangTip 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

'Déclaration
<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")> _
Public Interface VsIntellisenseLangTip _
    Inherits IVsIntellisenseLangTip
[GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")]
public interface VsIntellisenseLangTip : IVsIntellisenseLangTip
[GuidAttribute(L"1E34D422-7120-4D9E-96FF-E880B665D30D")]
public interface class VsIntellisenseLangTip : IVsIntellisenseLangTip
[<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
type VsIntellisenseLangTip =  
    interface
        interface IVsIntellisenseLangTip
    end
public interface VsIntellisenseLangTip extends IVsIntellisenseLangTip

The VsIntellisenseLangTip type exposes the following members.

Methods

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

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace