IScrollMapFactoryService::Create Method (ITextView^)

 

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
)

Parameters

textView
Type: Microsoft.VisualStudio.Text.Editor::ITextView^

ITextView for which to get an IScrollMap.

The coordinate system returned by this scroll map behave as though elisions are not expanded.

Return to top
Show: