Condividi tramite


CoreTextEditContext.NotifyTextChanged Metodo

Definizione

Notifica al server di input di testo di qualsiasi modifica che il controllo input di testo deve apportare al testo. Questo è importante per mantenere lo stato interno del controllo e lo stato interno del server sincronizzato. Poiché è probabile che una modifica al testo influisca anche sull'intervallo di selezione, il metodo accetta l'intervallo di selezione come parametro.

public:
 virtual void NotifyTextChanged(CoreTextRange modifiedRange, int newLength, CoreTextRange newSelection) = NotifyTextChanged;
void NotifyTextChanged(CoreTextRange const& modifiedRange, int const& newLength, CoreTextRange const& newSelection);
public void NotifyTextChanged(CoreTextRange modifiedRange, int newLength, CoreTextRange newSelection);
function notifyTextChanged(modifiedRange, newLength, newSelection)
Public Sub NotifyTextChanged (modifiedRange As CoreTextRange, newLength As Integer, newSelection As CoreTextRange)

Parametri

modifiedRange
CoreTextRange

L'intervallo di testo da sostituire, in termini di stato del buffer di testo è precedente a questa modifica del testo.

newLength
Int32

int

Lunghezza del testo che deve sostituire modifiedRange.

newSelection
CoreTextRange

Intervallo di selezione effettivo dopo la modifica del testo.

Si applica a