IVsEnhancedDataTip 接口

定义

启用调试器中的数据提示自定义。

public interface class IVsEnhancedDataTip
public interface class IVsEnhancedDataTip
__interface IVsEnhancedDataTip
[System.Runtime.InteropServices.Guid("B8092238-A091-42F1-A945-080B381FBCFC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnhancedDataTip
[<System.Runtime.InteropServices.Guid("B8092238-A091-42F1-A945-080B381FBCFC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnhancedDataTip = interface
Public Interface IVsEnhancedDataTip
属性

注解

有关数据提示的外观和功能的详细信息,请参阅 在数据提示中查看数据值

方法

GetBaseWindowHandle(IntPtr)

获取数据提示的基本窗口句柄。

IsErrorTip(Int32)

测试数据提示是否出错。

IsOpen(Int32)

测试 "数据提示" 窗口是否可见。

SetExpression(String)

设置显示在数据提示中的表达式。

Show(IntPtr, POINT[], RECT[])

显示增强的数据提示。

适用于