IVsEnhancedDataTip Interface
Visual Studio 2015
Enables customization of DataTips in the debugger.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
For more information about the appearance and function of DataTips, see View data values in Data Tips in the code editor.
Show:
