IVsEnhancedDataTip Interface

 

Enables customization of DataTips in the debugger.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("B8092238-A091-42F1-A945-080B381FBCFC")]
public interface IVsEnhancedDataTip

NameDescription
System_CAPS_pubmethodGetBaseWindowHandle(IntPtr)

Gets the base window handle for the data tip.

System_CAPS_pubmethodIsErrorTip(Int32)

Tests whether the DataTip is for an error.

System_CAPS_pubmethodIsOpen(Int32)

Tests whether or not the DataTip window is visible.

System_CAPS_pubmethodSetExpression(String)

Sets the expression displayed in the DataTip.

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

Displays the enhanced DataTip.

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

Return to top
Show: