IToolTipProviderFactory::GetToolTipProvider Method (ITextView^)
Visual Studio 2015
Gets the cached IToolTipProvider for a given ITextView.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
The ITextView.
Return Value
Type: Microsoft.VisualStudio.Text.Adornments::IToolTipProvider^The cached IToolTipProvider for textView.
If no tagger exists, creates and caches a new IToolTipProvider with the ITextView.
Show: