IToolTipProviderFactory Interface

 

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)

public interface IToolTipProviderFactory

NameDescription
System_CAPS_pubmethodGetToolTipProvider(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;
Return to top
Show: