IVsTextTipData Interface

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
Public method GetContextStream Gets a context stream for the tip text data.
Public method GetTipFontInfo Gets font information for the tip text.
Public method GetTipText Gets the tip text.
Public method OnDismiss Called when the tip is dismissed.
Public method UpdateView Updates the text view.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace