C# 클래스 VSEmbed.TextViewExtensions

파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
GetCaretPoint ( this textView, Predicate match ) : SnapshotPoint?
MapUpOrDownToFirstMatch ( this bufferGraph, SnapshotSpan span, Predicate match ) : SnapshotSpan?

메소드 상세

GetCaretPoint() 공개 정적인 메소드

public static GetCaretPoint ( this textView, Predicate match ) : SnapshotPoint?
textView this
match Predicate
리턴 SnapshotPoint?

MapUpOrDownToFirstMatch() 공개 정적인 메소드

public static MapUpOrDownToFirstMatch ( this bufferGraph, SnapshotSpan span, Predicate match ) : SnapshotSpan?
bufferGraph this
span SnapshotSpan
match Predicate
리턴 SnapshotSpan?