Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
.gif)