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 | |
---|---|---|
Close | Destroys the tip window and then deletes the tip. | |
Create | Creates the tool tip window. | |
GetOverloadCount | Gets the number of overloads for the current method. | |
GetSizePreferences | Gets the size of the language tip window. | |
GetSizeY | Gets the height of the tip window. | |
Initialize | Initializes a language tooltip. | |
IsActive | Determines whether the tip is active. | |
ScrollDown | Scrolls to next overload of the method. | |
ScrollUp | Scrolls to the previous overload of the method. | |
Update | Updates a language tooltip. | |
UpdatePosition | Updates the tip position. |
Top