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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B8092238-A091-42F1-A945-080B381FBCFC")> _
Public Interface IVsEnhancedDataTip
[InterfaceTypeAttribute()]
[GuidAttribute("B8092238-A091-42F1-A945-080B381FBCFC")]
public interface IVsEnhancedDataTip
[InterfaceTypeAttribute()]
[GuidAttribute(L"B8092238-A091-42F1-A945-080B381FBCFC")]
public interface class IVsEnhancedDataTip
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B8092238-A091-42F1-A945-080B381FBCFC")>]
type IVsEnhancedDataTip =  interface end
public interface IVsEnhancedDataTip

The IVsEnhancedDataTip type exposes the following members.

Methods

  Name Description
Public method GetBaseWindowHandle Gets the base window handle for the data tip.
Public method IsErrorTip Tests whether the DataTip is for an error.
Public method IsOpen Tests whether or not the DataTip window is visible.
Public method SetExpression Sets the expression displayed in the DataTip.
Public method Show Displays the enhanced DataTip.

Top

Remarks

For more information about the appearance and function of DataTips, see How to: Use DataTips.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace