IToolTipProviderFactory::GetToolTipProvider Method (ITextView^)

 

Gets the cached IToolTipProvider for a given ITextView.

Namespace:   Microsoft.VisualStudio.Text.Adornments
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

IToolTipProvider^ GetToolTipProvider(
	ITextView^ textView
)

If no tagger exists, creates and caches a new IToolTipProvider with the ITextView.

Return to top
Show: