IScrollMapFactoryService Interface
Visual Studio 2015
Creates or reuses an IScrollMap for an ITextView.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Create(ITextView) | Creates or reuses an existing scroll map for the specified ITextView. |
![]() | Create(ITextView, Boolean) | Creates or reuses an existing scroll map for the specified ITextView. |
This is a MEF component part, and should be imported as follows:
[Import] IScrollMapFactoryService factory = null;
Show:
