IScrollMapFactoryService::Create Method (ITextView^, Boolean)
Visual Studio 2015
Creates or reuses an existing scroll map for the specified ITextView.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.Text.Editor::ITextView^
ITextView for which to get an IScrollMap.
- areElisionsExpanded
-
Type:
System::Boolean
true if the coordinate system used by this scroll map act as if all elisions are expanded, otherwise false.
Show: