C# Class Microsoft.R.Components.Extensions.TextViewExtensions

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
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?

Method Details

IsRepl() public static méthode

Determines if given text view is interactive window
public static IsRepl ( this textView ) : bool
textView this
Résultat bool

MapDownToBuffer() public static méthode

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
Résultat SnapshotPoint?

MapUpToView() public static méthode

public static MapUpToView ( this textView, SnapshotPoint position ) : SnapshotPoint?
textView this
position SnapshotPoint
Résultat SnapshotPoint?