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.

public interface class IToolTipProviderFactory
public interface class IToolTipProviderFactory
__interface IToolTipProviderFactory
public interface IToolTipProviderFactory
[System.Obsolete("Use IToolTipService instead")]
public interface IToolTipProviderFactory
type IToolTipProviderFactory = interface
[<System.Obsolete("Use IToolTipService instead")>]
type IToolTipProviderFactory = interface
Public Interface 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