IToolTipProviderFactory Interface

Definition

Caution

Use IToolTipService instead

Gets an existing tooltip adornment provider from the cached list, or creates one if there is not one in the cache.

C++/CX
public interface class IToolTipProviderFactory
Attributes

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IToolTipProviderFactory))]

Methods

GetToolTipProvider(ITextView)

Gets the cached IToolTipProvider for a given ITextView. If one does not exist, creates and caches a new IToolTipProvider with the ITextView.

Applies to

Product Versions (Obsolete)
Visual Studio SDK 2015 (2017, 2019)