IVsIntellisenseLangTip Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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(array<RECT>^, array<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. |
Show:
