메소드 | 설명 | |
---|---|---|
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? |
public static MapDownToBuffer ( this textView, int position, ITextBuffer buffer ) : SnapshotPoint? | ||
textView | this | |
position | int | |
buffer | ITextBuffer | |
리턴 | SnapshotPoint? |
public static MapUpToView ( this textView, SnapshotPoint position ) : SnapshotPoint? | ||
textView | this | |
position | SnapshotPoint | |
리턴 | SnapshotPoint? |