IOverviewTipManagerProvider Interface

 

Provides an IOverviewTipManager.

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

public interface class IOverviewTipManagerProvider

NameDescription
System_CAPS_pubmethodGetOverviewTipManager(IWpfTextViewHost^)

Gets the IOverviewTipManager for the given text view host.

Implementors of this interface are MEF component parts, and should be exported with the following attributes:

[Export(typeof(IOverviewTipManagerProvider))]
[TextViewRole(...)]
[ContentType(...)]
[Name(...)]
[Order(After = ..., Before = ...)]
Return to top
Show: