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.
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
'Declaration
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;