Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetBaseWindowHandle | Gets the base window handle for the data tip. |
![]() |
IsErrorTip | Tests whether the DataTip is for an error. |
![]() |
IsOpen | Tests whether or not the DataTip window is visible. |
![]() |
SetExpression | Sets the expression displayed in the DataTip. |
![]() |
Show | Displays the enhanced DataTip. |
Top
Remarks
For more information about the appearance and function of DataTips, see How to: Use DataTips.