Partilhar via


SpanEditHandler Classe

Definição

public ref class SpanEditHandler
public class SpanEditHandler
type SpanEditHandler = class
Public Class SpanEditHandler
Herança
SpanEditHandler
Derivado

Construtores

SpanEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters)
SpanEditHandler(Func<String,IEnumerable<ISymbol>>)

Propriedades

AcceptedCharacters
EditorHints
Obsoleto.

Essa propriedade está obsoleta e será removida em uma versão futura.

Tokenizer

Métodos

ApplyChange(Span, TextChange, Boolean)
ApplyChange(Span, TextChange)
CanAcceptChange(Span, TextChange)
CreateDefault()
CreateDefault(Func<String,IEnumerable<ISymbol>>)
Equals(Object)
GetHashCode()
GetOldText(Span, TextChange)

Retorna o texto antigo referenciado pela alteração.

IsAtEndOfFirstLine(Span, TextChange)
IsAtEndOfSpan(Span, TextChange)
IsEndDeletion(Span, TextChange)

Retornará true se a alteração especificada for uma inserção de texto no final desse intervalo.

IsEndInsertion(Span, TextChange)

Retornará true se a alteração especificada for uma inserção de texto no final desse intervalo.

IsEndReplace(Span, TextChange)

Retornará true se a alteração especificada for uma substituição de texto no final desse intervalo.

OwnsChange(Span, TextChange)
ToString()
UpdateSpan(Span, TextChange)

Aplica-se a