IScrollMapFactoryService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Boolean) |
Creates or reuses an existing scroll map for the specified ITextView. |
Create(ITextView) |
Creates or reuses an existing scroll map for the specified ITextView. |