C# Класс Microsoft.R.Components.Extensions.TextViewExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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?