IVsTextTipData Interface
Visual Studio 2015
Provides methods for managing text tip data.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetContextStream(Int32, Int32) | Gets a context stream for the tip text data. |
![]() | GetTipFontInfo(Int32, UInt32[]) | Gets font information for the tip text. |
![]() | GetTipText(String[], Int32) | Gets the tip text. |
![]() | OnDismiss() | Called when the tip is dismissed. |
![]() | UpdateView() | Updates the text view. |
Show:
