IVsTextTipData Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for managing text tip data.
public interface class IVsTextTipData
C++/CX
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
Get |
Gets a context stream for the tip text data. |
Get |
Gets font information for the tip text. |
Get |
Gets the tip text. |
On |
Called when the tip is dismissed. |
Update |
Updates the text view. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |