IToolTipProviderFactory Interface
Visual Studio 2015
Gets an existing tooltip adornment provider from the cached list, or creates one if there is not one in the cache.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | GetToolTipProvider(ITextView) | Gets the cached IToolTipProvider for a given ITextView. |
This is a MEF component part, and should be exported as follows:\
[Import] internal IToolTipProviderFactory ToolTipProviderFactory = null;
Show:
