Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods for managing text tip data.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("90609097-17C8-40E8-8128-67194C7384B1")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextTipData
[GuidAttribute("90609097-17C8-40E8-8128-67194C7384B1")]
[InterfaceTypeAttribute()]
public interface IVsTextTipData
[GuidAttribute(L"90609097-17C8-40E8-8128-67194C7384B1")]
[InterfaceTypeAttribute()]
public interface class IVsTextTipData
[<GuidAttribute("90609097-17C8-40E8-8128-67194C7384B1")>]
[<InterfaceTypeAttribute()>]
type IVsTextTipData = interface end
public interface IVsTextTipData
The IVsTextTipData type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetContextStream | Gets a context stream for the tip text data. |
![]() |
GetTipFontInfo | Gets font information for the tip text. |
![]() |
GetTipText | Gets the tip text. |
![]() |
OnDismiss | Called when the tip is dismissed. |
![]() |
UpdateView | Updates the text view. |
Top