C# Class VSEmbed.TextViewExtensions

Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode Description
GetCaretPoint ( this textView, Predicate match ) : SnapshotPoint?
MapUpOrDownToFirstMatch ( this bufferGraph, SnapshotSpan span, Predicate match ) : SnapshotSpan?

Method Details

GetCaretPoint() public static méthode

public static GetCaretPoint ( this textView, Predicate match ) : SnapshotPoint?
textView this
match Predicate
Résultat SnapshotPoint?

MapUpOrDownToFirstMatch() public static méthode

public static MapUpOrDownToFirstMatch ( this bufferGraph, SnapshotSpan span, Predicate match ) : SnapshotSpan?
bufferGraph this
span SnapshotSpan
match Predicate
Résultat SnapshotSpan?