IScrollMapFactoryService, interface

Crée ou réutilise un élément IScrollMap pour un objet ITextView.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Public Interface IScrollMapFactoryService
public interface IScrollMapFactoryService
public interface class IScrollMapFactoryService
type IScrollMapFactoryService =  interface end
public interface IScrollMapFactoryService

Méthodes

  Nom Description
Méthode publique Create(ITextView) Crée ou réutilise un mappage défilant existant pour l'élément ITextView spécifié.
Méthode publique Create(ITextView, Boolean) Crée ou réutilise un mappage défilant existant pour l'élément ITextView spécifié.

Début

Notes

C'est un composant MEF, et doit être importée comme suit :

[Import] 
IScrollMapFactoryService factory = null;

Voir aussi

Référence

Microsoft.VisualStudio.Text.Editor, espace de noms