IScrollMapFactoryService::Create Method (ITextView^, Boolean)

 

Creates or reuses an existing scroll map for the specified ITextView.

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

IScrollMap^ Create(
	ITextView^ textView,
	bool areElisionsExpanded
)

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.

Return to top
Show: