C# 클래스 Microsoft.R.Components.Extensions.TextViewExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
IsRepl ( this textView ) : bool

Determines if given text view is interactive window

MapDownToBuffer ( this textView, int position, ITextBuffer buffer ) : SnapshotPoint?

Maps down to the buffer using positive point tracking and successor position affinity

MapUpToView ( this textView, SnapshotPoint position ) : SnapshotPoint?

메소드 상세

IsRepl() 공개 정적인 메소드

Determines if given text view is interactive window
public static IsRepl ( this textView ) : bool
textView this
리턴 bool

MapDownToBuffer() 공개 정적인 메소드

Maps down to the buffer using positive point tracking and successor position affinity
public static MapDownToBuffer ( this textView, int position, ITextBuffer buffer ) : SnapshotPoint?
textView this
position int
buffer ITextBuffer
리턴 SnapshotPoint?

MapUpToView() 공개 정적인 메소드

public static MapUpToView ( this textView, SnapshotPoint position ) : SnapshotPoint?
textView this
position SnapshotPoint
리턴 SnapshotPoint?