C# Класс Microsoft.Languages.Editor.Text.TextRangeExtensions

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

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

Метод Описание
GetText ( this range, ITextBuffer textBuffer ) : string
GetText ( this range, ITextSnapshot snapshot ) : string
ToSnapshotSpan ( this range, ITextSnapshot snapshot ) : SnapshotSpan

Converts text range to the editor snapshot span

ToSpan ( this range ) : Span

Converts text range to the editor span

ToTextRange ( this span ) : ITextRange

Converts text range to the editor span

Описание методов

GetText() публичный статический Метод

public static GetText ( this range, ITextBuffer textBuffer ) : string
range this
textBuffer ITextBuffer
Результат string

GetText() публичный статический Метод

public static GetText ( this range, ITextSnapshot snapshot ) : string
range this
snapshot ITextSnapshot
Результат string

ToSnapshotSpan() публичный статический Метод

Converts text range to the editor snapshot span
public static ToSnapshotSpan ( this range, ITextSnapshot snapshot ) : SnapshotSpan
range this
snapshot ITextSnapshot
Результат SnapshotSpan

ToSpan() публичный статический Метод

Converts text range to the editor span
public static ToSpan ( this range ) : Span
range this
Результат Span

ToTextRange() публичный статический Метод

Converts text range to the editor span
public static ToTextRange ( this span ) : ITextRange
span this
Результат ITextRange