IOverviewTipManagerProvider Interface
Visual Studio 2015
Provides an IOverviewTipManager.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | GetOverviewTipManager(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 = ...)]
Show:
