Condividi tramite


TextChange Struct

Definizione

public value class TextChange
public struct TextChange
type TextChange = struct
Public Structure TextChange
Ereditarietà
TextChange

Costruttori

TextChange(Int32, Int32, ITextBuffer, Int32, Int32, ITextBuffer)

Proprietà

IsDelete
IsInsert
IsReplace
NewBuffer
NewLength
NewPosition
NewText
OldBuffer
OldLength
OldPosition
OldText

Metodi

ApplyChange(Span)

Applica la modifica del testo al contenuto dell'intervallo e restituisce il nuovo contenuto. Questo metodo non aggiorna il contenuto dell'intervallo.

ApplyChange(String, Int32)
Equals(Object)
GetHashCode()
Normalize()

Rimuove un prefisso comune dalla modifica per trasformare le sostituzioni di IntelliSense in inserimenti laddove possibile

ToString()

Operatori

Equality(TextChange, TextChange)
Inequality(TextChange, TextChange)

Si applica a