IVsTextTipData Interface

Definition

Provides methods for managing text tip data.

public interface class IVsTextTipData
public interface class IVsTextTipData
__interface IVsTextTipData
[System.Runtime.InteropServices.Guid("90609097-17C8-40E8-8128-67194C7384B1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextTipData
[System.Runtime.InteropServices.Guid("90609097-17C8-40E8-8128-67194C7384B1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextTipData
[<System.Runtime.InteropServices.Guid("90609097-17C8-40E8-8128-67194C7384B1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextTipData = interface
[<System.Runtime.InteropServices.Guid("90609097-17C8-40E8-8128-67194C7384B1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextTipData = interface
Public Interface IVsTextTipData
Derived
Attributes

Methods

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.

Applies to