IScrollMapFactoryService Interface

Definition

Creates or reuses an IScrollMap for an ITextView.

public interface class IScrollMapFactoryService
public interface class IScrollMapFactoryService
__interface IScrollMapFactoryService
public interface IScrollMapFactoryService
type IScrollMapFactoryService = interface
Public Interface IScrollMapFactoryService

Remarks

This is a MEF component part, and should be imported as follows: [Import] IScrollMapFactoryService factory = null;

Methods

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.

Applies to