VsIntellisenseLangTipClass Class
Used to expose method tips.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | VsIntellisenseLangTipClass() | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() | Close(Int32) | Destroys the tip window and then deletes the tip. |
![]() | Create(IVsTipWindow) | Creates the tool tip window. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetOverloadCount(Int32) | Gets the number of overloads for the current method. |
![]() | GetSizePreferences(RECT[], TIPSIZEDATA[]) | Gets the size of the language tip window. |
![]() | GetSizeY(Int16) | Gets the height of the tip window. |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(IVsIntellisenseHost) | Initializes a language tooltip. |
![]() | IsActive(Int32) | Determines whether the tip is active. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ScrollDown() | Scrolls to the next overload of the method. |
![]() | ScrollUp() | Scrolls to the previous overload of the method. |
![]() | ToString() | (Inherited from Object.) |
![]() | Update(IVsTipWindow, UInt32) | Updates a language tool tip. |
![]() | UpdatePosition() | Updates the tip position. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

