TextTipData Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| 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, array<UInt32>^) | Returns the font of the tool tip window. |
![]() | GetTipText(array<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. |
Show:

