Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates and displays tooltips.
Namespace: Microsoft.VisualStudio.Text.Adornments
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface IToolTipProvider
public interface IToolTipProvider
public interface class IToolTipProvider
type IToolTipProvider = interface end
public interface IToolTipProvider
The IToolTipProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
ClearToolTip | Removes the tooltip currently being displayed, if any. |
![]() |
ShowToolTip(ITrackingSpan, Object) | Creates and displays a tooltip. |
![]() |
ShowToolTip(ITrackingSpan, Object, PopupStyles) | Creates and displays a tooltip. |
Top
.gif)