Partager via


IScrollMapFactoryService.Create, méthode (ITextView)

Crée ou réutilise un mappage défilant existant pour l'élément ITextView spécifié.

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

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Editor.IScrollMap
Élément IScrollMap correspondant à l'objet textView.

Notes

Le système de coordonnées s'est retourné par ce plan défilant se comportent comme si les élisions ne sont pas développées.

Sécurité .NET Framework

Voir aussi

Référence

IScrollMapFactoryService Interface

Create, surcharge

Microsoft.VisualStudio.Text.Editor, espace de noms