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)

Syntax

'Declaration
Function Create ( _
    textView As ITextView _
) As IScrollMap
IScrollMap Create(
    ITextView textView
)
IScrollMap^ Create(
    ITextView^ textView
)
abstract Create : 
        textView:ITextView -> IScrollMap 
function Create(
    textView : ITextView
) : IScrollMap

Parameters

Return Value

Type: Microsoft.VisualStudio.Text.Editor.IScrollMap
An IScrollMap for textView.

Remarks

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

.NET Framework Security

See Also

Reference

IScrollMapFactoryService Interface

Create Overload

Microsoft.VisualStudio.Text.Editor Namespace