Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates or reuses an IScrollMap for an ITextView.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface IScrollMapFactoryService
public interface IScrollMapFactoryService
public interface class IScrollMapFactoryService
type IScrollMapFactoryService = interface end
public interface IScrollMapFactoryService
Methods
| Name | Description | |
|---|---|---|
![]() |
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. |
Top
Remarks
This is a MEF component part, and should be imported as follows:
[Import]
IScrollMapFactoryService factory = null;
.gif)