TextTipData Class
Provides a default implementation of IVsTextTipData for use in the IVsTextTipWindow for displaying tool tips.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | TextTipData(IServiceProvider) | This constructor sets a service provider. |
| Name | Description | |
|---|---|---|
![]() | CheckCaretPosition(IVsTextView) | Dismisses the tool tip based on mouse proximity to something that has a tool tip. |
![]() | Close(IVsTextView) | Dismisses and releases the tool tip. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetContextStream(Int32, Int32) | Retrieves the position and length of the tool tip. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetTipFontInfo(Int32, UInt32[]) | Returns the font of the tool tip window. |
![]() | GetTipText(String[], Int32) | Populates pbstrText with the tip text. |
![]() | GetType() | (Inherited from Object.) |
![]() | IsActive() | Tests if the tool tip window is currently visible. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnDismiss() | Sets the tool tip window to inactive. |
![]() | ToString() | (Inherited from Object.) |
![]() | Update(String, Int32, Int32, IVsTextView) | Adds the supplied data to this text tip. |
![]() | UpdateView() | A virtual method that your subclass of TextTipData can implement to provide extra functionality on update. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

