VsIntellisenseLangTip Interface
Used to expose method tips.
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.(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.) |
