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

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

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

Метод Описание
CanBeSavedInCurrentEncoding ( this textBuffer ) : bool

Checks if file contents can be saved to disk in the current encoding without data loss.

GetEncoding ( this textBuffer ) : Encoding

Checks if file contents can be saved to disk in the current encoding without data loss.

GetFilePath ( this textBuffer ) : string
IsContentEqualsOrdinal ( this textBuffer, ITrackingSpan span1, ITrackingSpan span2 ) : bool
IsConververtibleTo ( this textBuffer, Encoding encoding ) : bool

Checks if file contents can be represented in the specified encoding without data loss.

Save ( this textBuffer, Encoding encoding = null ) : void
ToTextDocument ( this textBuffer ) : ITextDocument

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

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

Checks if file contents can be saved to disk in the current encoding without data loss.
public static CanBeSavedInCurrentEncoding ( this textBuffer ) : bool
textBuffer this
Результат bool

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

Checks if file contents can be saved to disk in the current encoding without data loss.
public static GetEncoding ( this textBuffer ) : Encoding
textBuffer this
Результат System.Text.Encoding

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

public static GetFilePath ( this textBuffer ) : string
textBuffer this
Результат string

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

public static IsContentEqualsOrdinal ( this textBuffer, ITrackingSpan span1, ITrackingSpan span2 ) : bool
textBuffer this
span1 ITrackingSpan
span2 ITrackingSpan
Результат bool

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

Checks if file contents can be represented in the specified encoding without data loss.
public static IsConververtibleTo ( this textBuffer, Encoding encoding ) : bool
textBuffer this
encoding System.Text.Encoding
Результат bool

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

public static Save ( this textBuffer, Encoding encoding = null ) : void
textBuffer this
encoding System.Text.Encoding
Результат void

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

public static ToTextDocument ( this textBuffer ) : ITextDocument
textBuffer this
Результат ITextDocument