IVsEnhancedDataTip Interface

Definition

Enables customization of DataTips in the debugger.

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
Attributes

Remarks

For more information about the appearance and function of DataTips, see View data values in Data Tips.

Methods

GetBaseWindowHandle(IntPtr)

Gets the base window handle for the data tip.

IsErrorTip(Int32)

Tests whether the DataTip is for an error.

IsOpen(Int32)

Tests whether or not the DataTip window is visible.

SetExpression(String)

Sets the expression displayed in the DataTip.

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

Displays the enhanced DataTip.

Applies to