Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an existing tooltip adornment provider from the cached list, or creates one if there is not one in the cache.
Namespace: Microsoft.VisualStudio.Text.Adornments
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaración
Public Interface IToolTipProviderFactory
public interface IToolTipProviderFactory
public interface class IToolTipProviderFactory
type IToolTipProviderFactory = interface end
public interface IToolTipProviderFactory
The IToolTipProviderFactory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetToolTipProvider | Gets the cached IToolTipProvider for a given ITextView. |
Top
Remarks
This is a MEF component part, and should be exported as follows:\
[Import]
internal IToolTipProviderFactory ToolTipProviderFactory = null;
.gif)